Second-Me/lpm_kernel/api/domains/space/__init__.py
2025-03-20 00:37:54 +08:00

3 lines
59 B
Python

from .space_routes import space_bp
__all__ = ['space_bp']