__init__.py 88 B

1234
  1. from auto_cuit.cuit import *
  2. def main():
  3. Cuit(configPath="conf/config.json").run()