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

9 lines
267 B
Python
Raw Normal View History

2024-07-19 19:29:27 +03:00
''' Django: Models. '''
from apps.rsform.models import LibraryItem, LibraryItemType
from .Argument import Argument
from .Operation import Operation, OperationType
2024-07-22 21:20:51 +03:00
from .OperationSchema import OperationSchema
2024-07-19 19:29:27 +03:00
from .SynthesisSubstitution import SynthesisSubstitution