forked from Rust-related/RustPython
3 lines
56 B
Python
3 lines
56 B
Python
def import_func():
|
|
assert __name__ == "import_name"
|