lot_manager/create_db.py

3 lines
71 B
Python
Executable File

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