Option C Tools
Loading...
Searching...
No Matches
__init__.py
Go to the documentation of this file.
1from importlib.metadata import version as _pkg_version
2
3try:
4 __version__ = _pkg_version("oct")
5except Exception:
6 __version__ = "unknown"