Инициализация пакета python
This commit is contained in:
0
backend/__init__.py
Normal file
0
backend/__init__.py
Normal file
1
backend/routes/__init__.py
Normal file
1
backend/routes/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
from .license_routes import *
|
||||
1
backend/services/__init__.py
Normal file
1
backend/services/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
from .license_service import *
|
||||
2
backend/utils/__init__.py
Normal file
2
backend/utils/__init__.py
Normal file
@@ -0,0 +1,2 @@
|
||||
from .crypto import *
|
||||
from .encoding import *
|
||||
Reference in New Issue
Block a user