5 lines
77 B
Python
5 lines
77 B
Python
"""Analytics API package."""
|
|
from .views import router
|
|
|
|
__all__ = ["router"]
|