M
Modular3y ago
AEF

python environments

How can we use python environments in mojo?
1 Reply
Sinsankio
Sinsankio3y ago
It's possible to access features of Python environment by importing Python module available in Mojo. from python import Python from python import PythonObject ... vise versa

Did you find this page helpful?