edq.core.version

1import edq
2
3def get_version() -> str:
4    """ Get the version for the EduLinq Python utils. """
5
6    return edq.__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.