Small fixes, Add checks

This commit is contained in:
Andre Basche 2023-04-09 23:47:33 +02:00
parent 8dc6cd71cd
commit e8531f3faf
6 changed files with 58 additions and 15 deletions

View file

@ -1,2 +1,4 @@
from .connection.api import HonAPI
from hon import Hon
from .hon import Hon
__all__ = ["Hon", "HonAPI"]