PCv5/app/routes/__init__.py

7 lines
273 B
Python

# Register routes here
from app.routes import index, search, users, tools, development
from app.routes.account import login, account, notification
from app.routes.admin import index, groups, account, trophies, forums, attachments
from app.routes.forum import index, topic