2021-05-03 14:01:18 -07:00

7 lines
74 B
Python

try:
import uio
print("uio")
except ImportError:
print("no")