blue / .pythonlibs /lib /python3.10 /site-packages /attr /_version_info.pyi
cloudtheboi's picture
Upload folder using huggingface_hub
4cdfc93
Raw
History Blame Contribute Delete
209 Bytes
class VersionInfo:
@property
def year(self) -> int: ...
@property
def minor(self) -> int: ...
@property
def micro(self) -> int: ...
@property
def releaselevel(self) -> str: ...