mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-26 13:00:39 +03:00
9 lines
259 B
Python
9 lines
259 B
Python
![]() |
''' Django: Models. '''
|
||
|
|
||
|
from apps.rsform.models import LibraryItem, LibraryItemType
|
||
|
|
||
|
from .api_OSS import OperationSchema
|
||
|
from .Argument import Argument
|
||
|
from .Operation import Operation, OperationType
|
||
|
from .SynthesisSubstitution import SynthesisSubstitution
|