Move persistence into it's own submodule

This commit is contained in:
Matthias
2020-08-13 08:28:46 +02:00
parent 93717cfef1
commit 044df880e6
3 changed files with 9 additions and 6 deletions

View File

@@ -0,0 +1,3 @@
# flake8: noqa: F401
from freqtrade.persistence.models import Trade, clean_dry_run_db, cleanup, init