sporestack-python/src/sporestack/__init__.py

6 lines
163 B
Python
Raw Permalink Normal View History

2023-09-18 10:19:52 +00:00
"""SporeStack API library and CLI for launching servers with Monero or Bitcoin"""
2022-04-22 01:10:34 +00:00
2023-10-31 21:14:57 +00:00
__all__ = ["api", "api_client", "client", "exceptions"]
2022-04-22 01:10:34 +00:00
__version__ = "11.1.0"