1
0
mirror of https://github.com/Andre0512/pyhOn.git synced 2025-11-28 21:39:44 +02:00
Files
pyhOn/pyhon/__init__.py
2023-04-10 06:45:56 +02:00

5 lines
85 B
Python

from .connection.api import HonAPI
from .hon import Hon
__all__ = ["Hon", "HonAPI"]