5 lines
89 B
Python
5 lines
89 B
Python
"""T29 Reports — thin HTTP layer."""
|
|
|
|
from .router import router
|
|
|
|
__all__ = ["router"]
|