DEBSOURCES
Skip Quicknav
sources / python-xsdata / 24.1-2 / tests / fixtures / submodels.py
12345678
from dataclasses import dataclass from tests.fixtures.models import ChoiceType @dataclass class ChoiceTypeChild(ChoiceType): pass