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