1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-11-14 16:26:13 +01:00
github.com_openSUSE_osc/osc/obs_api/person_owner.py

10 lines
199 B
Python
Raw Normal View History

2024-03-05 14:25:54 +01:00
from ..util.models import * # pylint: disable=wildcard-import,unused-wildcard-import
class PersonOwner(XmlModel):
XML_TAG = "owner"
userid: str = Field(
xml_attribute=True,
)