diff --git a/blueprints/article.py b/blueprints/article.py index 3921bb6..4d3a8fe 100644 --- a/blueprints/article.py +++ b/blueprints/article.py @@ -4,6 +4,13 @@ import time from sqlalchemy.orm import sessionmaker from sqlalchemy import desc +""" +TODO: +- Image & Video +- IG post +- LOG +""" + article = Blueprint('article', __name__) # 匿名文列表