Files
Horeka-365-backend/config/conf/__init__.py
2025-08-28 13:05:11 +05:00

6 lines
132 B
Python

from .rest_framework import *
from .cors import *
from .jwt import *
from .logs import *
from .swagger import *
from .redis import *