mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-01 08:53:37 +00: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
|