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