mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
6 lines
89 B
Python
6 lines
89 B
Python
import os
|
|
|
|
|
|
def import_file():
|
|
assert os.path.basename(__file__) == "import_file.py"
|