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