Files
ppgee/ppgee/__init__.py
2025-01-04 00:10:02 -03:00

8 lines
77 B
Python

__version__ = "0.2.0"
from .client import PPGEE
__all__ = [
"PPGEE",
]