lot_manager/create_db.py

2 lines
70 B
Python

from db.base import Base, engine
Base.metadata.create_all(bind=engine)