mirror of
https://github.com/moparisthebest/SickRage
synced 2024-10-31 23:45:02 -04:00
9384881241
Several bugfixes applied throughout the code along with cleanup performed.
8 lines
218 B
Python
8 lines
218 B
Python
from config import Config
|
|
config = Config.instance()
|
|
from history import History
|
|
history = History.instance()
|
|
import jsonrpc
|
|
from jsonrpc import Server, MultiCall, Fault
|
|
from jsonrpc import ProtocolError, loads, dumps
|