mirror of
https://github.com/google/bumble.git
synced 2026-04-16 00:25:31 +00:00
5 lines
110 B
Python
5 lines
110 B
Python
try:
|
|
from ._version import version as __version__
|
|
except ImportError:
|
|
__version__ = "unknown version"
|