monty 0.0.21

A sandboxed, snapshotable Python interpreter written in Rust.
Documentation
1
2
3
4
5
6
7
8
9
from . import foo

"""
TRACEBACK:
Traceback (most recent call last):
  File "import__relative_no_module_error.py", line 1, in <module>
    from . import foo
ImportError: attempted relative import with no known parent package
"""