circuitpython/tests/feature_check/io_module.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
72 B
Python
Raw Normal View History

try:
2023-08-22 11:15:46 -04:00
import io
2023-08-22 11:15:46 -04:00
print("io")
except ImportError:
print("no")