Portal/rsconcept/backend/apps/oss/tests/__init__.py

5 lines
91 B
Python
Raw Normal View History

2024-07-19 19:28:55 +03:00
''' Tests. '''
from .s_models import *
2024-08-12 16:51:24 +03:00
from .s_propagation import *
2024-07-19 19:28:55 +03:00
from .s_views import *