hh-bot/main.py

10 lines
125 B
Python
Raw Normal View History

2025-06-27 09:57:34 +02:00
from hh_bot.cli import CLIInterface
def main():
CLIInterface.run_application()
if __name__ == "__main__":
main()