class VersionInfo:
@property
def year(self) -> int: ...
def minor(self) -> int: ...
def micro(self) -> int: ...
def releaselevel(self) -> str: ...