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