Spaces:
No application file
No application file
class VersionInfo: | |
@property | |
def year(self) -> int: ... | |
@property | |
def minor(self) -> int: ... | |
@property | |
def micro(self) -> int: ... | |
@property | |
def releaselevel(self) -> str: ... | |