7 lines
86 B
Python
7 lines
86 B
Python
from api.v1.router import router
|
|
|
|
|
|
VERSION = "1.0.0"
|
|
|
|
__all__ = ("router", "VERSION")
|