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

4 lines
67 B
Python
Raw Normal View History

''' Tests. '''
2023-07-15 17:46:19 +03:00
from .t_serializers import *
2024-05-24 18:31:14 +03:00
from .t_views import *