Ruff format/ Cleanup
This commit is contained in:
@@ -5,5 +5,6 @@ __all__ = ("router", "VERSION")
|
||||
def __getattr__(name: str):
|
||||
if name == "router":
|
||||
from api.v2.router import router
|
||||
|
||||
return router
|
||||
raise AttributeError(name)
|
||||
|
||||
Reference in New Issue
Block a user