edq.core.version
def
get_version() -> str:
4def get_version() -> str: 5 """ Get the version for the EduLinq Python utils. """ 6 7 return edq.__version__
Get the version for the EduLinq Python utils.