We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92a9cb7 commit b60fd73Copy full SHA for b60fd73
app/routers/__init__.py
@@ -1,3 +1,7 @@
1
"""app.routers"""
2
from .v1 import V1
3
from .v2 import V2
4
+
5
+class Routers()
6
+ Version_1 = V1
7
+ Version_2 = V2
0 commit comments