servicepoint/crates/servicepoint_binding_py/servicepoint/__init__.py
2024-09-12 22:02:21 +02:00

6 lines
135 B
Python

from . import rust_bindings
__doc__ = rust_bindings.__doc__
if hasattr(rust_bindings, "__all__"):
__all__ = rust_bindings.__all__