mirror of
https://github.com/google/bumble.git
synced 2026-05-08 03:58:01 +00:00
Add bumble's version to show device
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
try:
|
||||
from ._version import version as __version__
|
||||
except ImportError:
|
||||
__version__ = "unknown version"
|
||||
|
||||
Reference in New Issue
Block a user