Files
Solo_bot/api/v2/__init__.py
T

6 lines
85 B
Python

from api.v2.router import router
VERSION = "2.0.0"
__all__ = ("router", "VERSION")