6 lines
94 B
Python
6 lines
94 B
Python
"""cli-anything-eth2-quickstart package."""
|
|
|
|
__all__ = ["__version__"]
|
|
|
|
__version__ = "1.0.0"
|