mirror-leech-telegram-bot/sabnzbdapi/__init__.py
anasty17 eb3bedaffd Refactor variable names to follow PEP 8 conventions (snake_case)
- Now you can add cfg.zip in repo directory and not only from bot settings
- Other minor fixes

Signed-off-by: anasty17 <e.anastayyar@gmail.com>
2024-08-26 01:19:26 +03:00

4 lines
78 B
Python

from sabnzbdapi.requests import SabnzbdClient
__all__ = ["SabnzbdClient"]