rustpython 0.1.0

A python interpreter written in rust.
1
2
3
4
5
6
7
import os

from import_file import import_file

import_file()

assert os.path.basename(__file__) == "builtin_file.py"