forked from Rust-related/RustPython
4 lines
57 B
Python
4 lines
57 B
Python
import os
|
|
|
|
assert os.name == 'posix' or os.name == 'nt'
|