mirror of
https://github.com/divkit/divkit.git
synced 2026-06-06 20:07:59 +00:00
b70c1488ee
python generator tests PythonGenerator init DescriptionLanguage move
44 lines
2.8 KiB
Python
44 lines
2.8 KiB
Python
# Generated code. Do not modify.
|
|
|
|
from .entity import Entity
|
|
from .entity_with_array import EntityWithArray
|
|
from .entity_with_array_of_nested_items import EntityWithArrayOfNestedItems, EntityWithArrayOfNestedItemsItem
|
|
from .entity_with_array_with_transform import EntityWithArrayWithTransform
|
|
from .entity_with_complex_property import EntityWithComplexProperty, EntityWithComplexPropertyProperty
|
|
from .entity_with_complex_property_with_default_value import EntityWithComplexPropertyWithDefaultValue, EntityWithComplexPropertyWithDefaultValueProperty
|
|
from .entity_with_entity_property import EntityWithEntityProperty
|
|
from .entity_with_optional_complex_property import EntityWithOptionalComplexProperty, EntityWithOptionalComplexPropertyProperty
|
|
from .entity_with_optional_property import EntityWithOptionalProperty
|
|
from .entity_with_optional_string_enum_property import EntityWithOptionalStringEnumProperty, EntityWithOptionalStringEnumPropertyProperty
|
|
from .entity_with_property_with_default_value import EntityWithPropertyWithDefaultValue, EntityWithPropertyWithDefaultValueNested
|
|
from .entity_with_required_property import EntityWithRequiredProperty
|
|
from .entity_with_simple_properties import EntityWithSimpleProperties
|
|
from .entity_with_strict_array import EntityWithStrictArray
|
|
from .entity_with_string_array_property import EntityWithStringArrayProperty
|
|
from .entity_with_string_enum_property import EntityWithStringEnumProperty, EntityWithStringEnumPropertyProperty
|
|
from .entity_with_string_enum_property_with_default_value import EntityWithStringEnumPropertyWithDefaultValue, EntityWithStringEnumPropertyWithDefaultValueValue
|
|
from .entity_without_properties import EntityWithoutProperties
|
|
|
|
EntityWithArray.update_forward_refs()
|
|
EntityWithArrayOfNestedItems.update_forward_refs()
|
|
EntityWithArrayOfNestedItemsItem.update_forward_refs()
|
|
EntityWithArrayWithTransform.update_forward_refs()
|
|
EntityWithComplexProperty.update_forward_refs()
|
|
EntityWithComplexPropertyProperty.update_forward_refs()
|
|
EntityWithComplexPropertyWithDefaultValue.update_forward_refs()
|
|
EntityWithComplexPropertyWithDefaultValueProperty.update_forward_refs()
|
|
EntityWithEntityProperty.update_forward_refs()
|
|
EntityWithOptionalComplexProperty.update_forward_refs()
|
|
EntityWithOptionalComplexPropertyProperty.update_forward_refs()
|
|
EntityWithOptionalProperty.update_forward_refs()
|
|
EntityWithOptionalStringEnumProperty.update_forward_refs()
|
|
EntityWithPropertyWithDefaultValue.update_forward_refs()
|
|
EntityWithPropertyWithDefaultValueNested.update_forward_refs()
|
|
EntityWithRequiredProperty.update_forward_refs()
|
|
EntityWithSimpleProperties.update_forward_refs()
|
|
EntityWithStrictArray.update_forward_refs()
|
|
EntityWithStringArrayProperty.update_forward_refs()
|
|
EntityWithStringEnumProperty.update_forward_refs()
|
|
EntityWithStringEnumPropertyWithDefaultValue.update_forward_refs()
|
|
EntityWithoutProperties.update_forward_refs()
|