mirror of
https://github.com/engineer-man/piston.git
synced 2025-09-20 10:50:04 +02:00
5 lines
59 B
Python
5 lines
59 B
Python
try:
|
|
import paradoc
|
|
print('good')
|
|
except:
|
|
pass
|