auto_cuit 92 B

1234567
  1. #!/bin/python
  2. from auto_cuit.cuit import Cuit
  3. if __name__ == "__main__":
  4. Cuit().run()