sporestack-python/src/sporestack/__init__.py

6 lines
153 B
Python
Raw 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
2022-02-10 21:47:57 +00:00
__all__ = ["api", "api_client", "exceptions"]
2022-04-22 01:10:34 +00:00
2023-09-18 10:19:52 +00:00
__version__ = "10.6.3"