Explorar el Código

initial upload

deeejas hace 2 meses
padre
commit
ef9ab22507
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6 0
      ointerpreter.py

+ 6 - 0
ointerpreter.py

@@ -0,0 +1,6 @@
+
+from interpreter import OpenInterpreter  # type: ignore
+
+ointerpreter = OpenInterpreter()
+
+print(ointerpreter.system_message)