5 lines
71 B
Python
5 lines
71 B
Python
__all__: list[str] = []
|
|
|
|
# Initialize all routes
|
|
from .routes import *
|