Hi, I am trying to "import" my own python source code in moonbit using your repo. There aren't any information about how to load from python source in your documentation and examples (only built-in or pip install-ed library importing was demonstrated)
Also this line of code inside the example may need some modifications. The '?' and 'Ok' causes errors in latest mbt versions
guard counter.invoke?(args~) is Ok(Some(cnt))
Hi, I am trying to "import" my own python source code in moonbit using your repo. There aren't any information about how to load from python source in your documentation and examples (only built-in or pip install-ed library importing was demonstrated)
Also this line of code inside the example may need some modifications. The '?' and 'Ok' causes errors in latest mbt versions