2024-07-17 12:56:01 +03:00
|
|
|
''' Django: Models. '''
|
|
|
|
|
|
|
|
from .Argument import Argument
|
2024-07-25 21:18:44 +03:00
|
|
|
from .Inheritance import Inheritance
|
2024-07-19 19:28:55 +03:00
|
|
|
from .Operation import Operation, OperationType
|
2024-07-22 21:20:17 +03:00
|
|
|
from .OperationSchema import OperationSchema
|
2024-07-25 19:12:31 +03:00
|
|
|
from .Substitution import Substitution
|