PCv5/app/routes/__init__.py

8 lines
285 B
Python
Raw Normal View History

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