5 lines
68 B
Python
5 lines
68 B
Python
#!/usr/bin/python
|
|
import db
|
|
|
|
db.Base.metadata.create_all(db.engine)
|