6 lines
93 B
Python
6 lines
93 B
Python
|
|
"""Location Module - Backend API Router"""
|
||
|
|
|
||
|
|
from .router import router
|
||
|
|
|
||
|
|
__all__ = ["router"]
|