This is to avoid import conflicts and allow running the schema extraction without a full freqtrade installation.pull/11599/head
parent
21a47bb1ac
commit
eac440649b
@ -0,0 +1,4 @@
|
||||
from freqtrade.config_schema.config_schema import CONF_SCHEMA
|
||||
|
||||
|
||||
__all__ = ["CONF_SCHEMA"]
|
||||
Loading…
Reference in new issue