bitbazaar_rs
hello()
Returns Hello, World!
Returns:
Name | Type |
Description |
str |
str
|
|
Source code in py_rust/python/bitbazaar_rs/__init__.py
| from importlib.metadata import version
__version__ = version("bitbazaar_rs")
__all__ = ["__version__"]
# Import the rust modules and top level fns:
|
Last update:
August 7, 2024
Created:
August 7, 2024