hh-bot/hh_bot/cli/__init__.py

8 lines
130 B
Python

"""
CLI модуль для HH.ru автоматизации
"""
from .interface import CLIInterface
__all__ = ["CLIInterface"]