ConceptPortal-public/rsconcept/backend/apps/oss/tests/__init__.py

5 lines
91 B
Python
Raw Normal View History

2024-07-19 19:29:27 +03:00
''' Tests. '''
from .s_models import *
2024-08-12 16:52:06 +03:00
from .s_propagation import *
2024-07-19 19:29:27 +03:00
from .s_views import *