mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 08:33:07 +00:00
Move rest_client to it's own sub-structure
This commit is contained in:
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']
|
||||
Reference in New Issue
Block a user