This website requires JavaScript.
Explore
Help
Sign In
adelorenzo
/
stable
Watch
1
Star
0
Fork
0
You've already forked stable
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
f6b3998bbd
stable
/
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