Co-authored-by: Saket Aryan <94069182+whysosaket@users.noreply.github.com> Co-authored-by: Saket Aryan <saketaryan2002@gmail.com>
5 lines
191 B
Python
5 lines
191 B
Python
from .memories import router as memories_router
|
|
from .apps import router as apps_router
|
|
from .stats import router as stats_router
|
|
|
|
__all__ = ["memories_router", "apps_router", "stats_router"] |