#!/usr/bin/env python3 from commands.cli import cli from config import Config if __name__ == '__main__': Config.read() cli()