Files
Solo_bot/api/v1/__init__.py
T

6 lines
85 B
Python

from api.v1.router import router
VERSION = "1.0.0"
__all__ = ("router", "VERSION")