This website requires JavaScript.
Explore
Help
Register
Sign In
lychiyu
/
freqtrade_origin
Watch
1
Star
0
Fork
0
You've already forked freqtrade_origin
mirror of
https://github.com/freqtrade/freqtrade.git
synced
2024-11-10 18:23:55 +00:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
f2f4158974
freqtrade_origin
/
freqtrade
/
persistence
/
base.py
7 lines
89 B
Python
Raw
Normal View
History
Unescape
Escape
Extract base and Pairlock from models file
2022-05-08 15:38:06 +00:00
Update DeclarativeBase
2023-02-16 07:04:45 +00:00
from
sqlalchemy
.
orm
import
DeclarativeBase
Extract base and Pairlock from models file
2022-05-08 15:38:06 +00:00
Update DeclarativeBase
2023-02-16 07:04:45 +00:00
class
ModelBase
(
DeclarativeBase
)
:
pass
Reference in New Issue
Copy Permalink