mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-11 02:33:55 +00:00
10 lines
125 B
Python
10 lines
125 B
Python
|
from .webserver import ApiServer
|
||
|
|
||
|
|
||
|
def get_rpc():
|
||
|
return ApiServer._rpc
|
||
|
|
||
|
|
||
|
def get_config():
|
||
|
return ApiServer._config
|