6 lines
94 B
Python
6 lines
94 B
Python
__all__: list[str] = []
|
|
|
|
# Initialize all routes
|
|
from .invites import *
|
|
from .routes import *
|