mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-26 13:00:39 +03:00
7 lines
188 B
Python
7 lines
188 B
Python
''' Django: Models. '''
|
|
|
|
from .Argument import Argument
|
|
from .Operation import Operation, OperationType
|
|
from .OperationSchema import OperationSchema
|
|
from .Substitution import Substitution
|