mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
7 lines
89 B
Python
7 lines
89 B
Python
|
|
from sqlalchemy.orm import DeclarativeBase
|
|
|
|
|
|
class ModelBase(DeclarativeBase):
|
|
pass
|