Funktionierender Prototyp des Serious Games zur Vermittlung von Wissen zu Software-Engineering-Arbeitsmodellen.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_version_info.pyi 209B

123456789
  1. class VersionInfo:
  2. @property
  3. def year(self) -> int: ...
  4. @property
  5. def minor(self) -> int: ...
  6. @property
  7. def micro(self) -> int: ...
  8. @property
  9. def releaselevel(self) -> str: ...