Ver código fonte

initial upload

deeejas 2 meses atrás
pai
commit
ef9ab22507
1 arquivos alterados com 6 adições e 0 exclusões
  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)