6 lines
59 B
Python
6 lines
59 B
Python
|
try:
|
||
|
import paradoc
|
||
|
print('good')
|
||
|
except:
|
||
|
pass
|