import logging from ModManager import ModManager # Press the green button in the gutter to run the script. if __name__ == '__main__': m = ModManager(log_level=logging.DEBUG) m.run()