3 lines
71 B
Python
3 lines
71 B
Python
|
from db.base import Base, engine
|
||
|
|
||
|
Base.metadata.create_all(bind=engine)
|