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