mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 02:12:01 +00:00
Move rest_client to it's own sub-structure
This commit is contained in:
parent
e75d46321e
commit
3401e3506b
4
ft_client/freqtrade_client/__init__.py
Normal file
4
ft_client/freqtrade_client/__init__.py
Normal file
|
@ -0,0 +1,4 @@
|
|||
from ft_rest_client import FtRestClient
|
||||
|
||||
|
||||
__all__ = ['FtRestClient']
|
Loading…
Reference in New Issue
Block a user