Code organization and refactoring
This commit is contained in:
4
routers/__init__.py
Normal file
4
routers/__init__.py
Normal file
@@ -0,0 +1,4 @@
|
||||
"""Router modules for FastAPI endpoints."""
|
||||
from . import pages, factions, assignments, bot, discord_mappings, config
|
||||
|
||||
__all__ = ["pages", "factions", "assignments", "bot", "discord_mappings", "config"]
|
||||
Reference in New Issue
Block a user