mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-25 20:40:36 +03:00
9 lines
267 B
Python
9 lines
267 B
Python
''' Django: Models. '''
|
|
|
|
from apps.rsform.models import LibraryItem, LibraryItemType
|
|
|
|
from .Argument import Argument
|
|
from .Operation import Operation, OperationType
|
|
from .OperationSchema import OperationSchema
|
|
from .SynthesisSubstitution import SynthesisSubstitution
|