hh-bot/hh_bot/cli/__init__.py

8 lines
130 B
Python
Raw Normal View History

2025-06-27 09:57:34 +02:00
"""
CLI модуль для HH.ru автоматизации
"""
from .interface import CLIInterface
__all__ = ["CLIInterface"]