habit-tracker/init_db.py

5 lines
81 B
Python

from models import create_tables
if __name__ == '__main__':
create_tables()