stable/freqtrade/rpc/api_server2/deps.py

10 lines
125 B
Python
Raw Normal View History

from .webserver import ApiServer
def get_rpc():
return ApiServer._rpc
def get_config():
return ApiServer._config