forked from Rust-related/RustPython
5 lines
85 B
Python
5 lines
85 B
Python
import os
|
|
|
|
def import_file():
|
|
assert os.path.basename(__file__) == "import_file.py"
|