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