init: new structure + fix lint errors

This commit is contained in:
Daniil
2026-02-03 02:15:07 +03:00
commit 67e0f22b4f
89 changed files with 7654 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
"""
API v1 module.
"""
from cpv3.api.v1.router import api_router
__all__ = ["api_router"]