mirror of
https://github.com/cccb/servicepoint.git
synced 2025-01-19 02:20:12 +01:00
6 lines
135 B
Python
6 lines
135 B
Python
from . import rust_bindings
|
|
|
|
__doc__ = rust_bindings.__doc__
|
|
if hasattr(rust_bindings, "__all__"):
|
|
__all__ = rust_bindings.__all__
|