hidden.py merge into main, no longer .gitignore (oh god)

This commit is contained in:
Xevion
2019-06-30 04:26:58 -05:00
parent a29a2e469d
commit 2965a1298e
4 changed files with 123 additions and 8 deletions

View File

@@ -15,4 +15,4 @@ login.login_view = 'login'
db = SQLAlchemy(app)
migrate = Migrate(app, db)
from app import routes, models, hidden
from app import routes, models