Update microblog.py

This commit is contained in:
Brady-Malott 2023-02-26 21:57:22 -05:00 committed by GitHub
parent 621f341a8d
commit 012cbe0195
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
from app import create_app, db, cli
from app.models import User, Post, Message, Notification, Task
print('test')
app = create_app()
cli.register(app)