mirror of
https://github.com/moparisthebest/SickRage
synced 2024-11-11 03:45:01 -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
|