rename module pyrohlik to rohlik

This commit is contained in:
hlad 2024-11-17 10:38:58 +01:00
parent d10cef9705
commit e3ba823070
8 changed files with 1 additions and 1 deletions

4
rohlik/__init__.py Normal file
View file

@ -0,0 +1,4 @@
from .client import Rohlik
__all__ = ('Rohlik', )