6 lines
219 B
Python
6 lines
219 B
Python
from app.models.asset import Asset, AssetPriceHistory
|
|
from app.models.exchange import Exchange
|
|
from app.models.market import Market
|
|
from app.models.rate import Rate
|
|
|
|
# Import all models here for Alembic to discover them |