6 lines
85 B
Python
6 lines
85 B
Python
from __future__ import annotations
|
|
|
|
__all__ = ["__version__"]
|
|
|
|
__version__ = "0.1.0"
|