Files
2022-09-29 12:10:37 +08:00

7 lines
74 B
Python

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