Инициализация пакета python

This commit is contained in:
2025-12-01 18:12:40 +07:00
parent a5f1d15c3a
commit c4adb5f97a
4 changed files with 4 additions and 0 deletions

0
backend/__init__.py Normal file
View File

View File

@@ -0,0 +1 @@
from .license_routes import *

View File

@@ -0,0 +1 @@
from .license_service import *

View File

@@ -0,0 +1,2 @@
from .crypto import *
from .encoding import *