cake-erp-challenge/create_db.py

6 lines
103 B
Python
Executable File

#!/bin/python3
from app.database import db
from app.trainer import Trainer
db.create_trainers_table()