1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-04-01 04:43:06 +02:00

10 lines
201 B
Python

from ..util.models import * # pylint: disable=wildcard-import,unused-wildcard-import
class ProjectDevel(XmlModel):
XML_TAG = "devel"
project: str = Field(
xml_attribute=True,
)