wolfhece

Submodules

Package Contents

wolfhece.is_enough(version: str) bool[source]

Compare the current version of WolfHece to a given version string.

Parameters:

version (str) – The version string to compare against.

Returns:

True if the current version is greater than or equal to the given version, False otherwise.

Return type:

bool