Files
RustPython/tests/snippets/os_info.py
2019-02-16 19:23:33 +02:00

4 lines
57 B
Python

import os
assert os.name == 'posix' or os.name == 'nt'