Added CLI commands

This commit is contained in:
Mart van Santen 2022-04-01 15:15:30 +08:00
parent 2d877d91cc
commit a4981c8c52
7 changed files with 350 additions and 5 deletions

View file

@ -14,7 +14,7 @@ from flask_sqlalchemy import SQLAlchemy
# from sqlalchemy.orm import relationship
from sqlalchemy import ForeignKey, Integer, String
db = SQLAlchemy()
from database import db
# Pylint complains about too-few-public-methods. Methods will be added once
# this is implemented.