mirror of
https://github.com/bentoml/OpenLLM.git
synced 2026-01-28 17:31:57 -05:00
eval will be here once I find a different way to parse types into python Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
10 lines
209 B
Python
Generated
10 lines
209 B
Python
Generated
class VersionInfo:
|
|
@property
|
|
def year(self) -> int: ...
|
|
@property
|
|
def minor(self) -> int: ...
|
|
@property
|
|
def micro(self) -> int: ...
|
|
@property
|
|
def releaselevel(self) -> str: ...
|