mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-09 22:49:57 +09:00
4 lines
77 B
Python
4 lines
77 B
Python
import dir_module
|
|
assert dir_module.value == 5
|
|
assert dir_module.value2 == 7
|