mirror of
https://github.com/moparisthebest/SickRage
synced 2025-03-03 18:12:26 -05:00
7 lines
203 B
Python
7 lines
203 B
Python
![]() |
from config import Config
|
||
|
config = Config.instance()
|
||
|
from history import History
|
||
|
history = History.instance()
|
||
|
from jsonrpc import Server, MultiCall, Fault
|
||
|
from jsonrpc import ProtocolError, loads, dumps
|