Commit 94c89c5d authored by Kristian Tan's avatar Kristian Tan

import db

parent 47f5cdec
......@@ -3,7 +3,7 @@ from datetime import datetime, date
from sqlalchemy import desc
from app import DailyUsage, db
db.session.create_all()
db.create_all()
class DailyUsageService:
@staticmethod
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment