pikto's picture
Duplicate from algovenus/text-generation-webui
82fea12
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: ...