6 lines
186 B
Python
Raw Normal View History

try:
import main
print('Main module imported successfully.')
# Add more import or function calls as needed
except Exception as e:
print(f'Error during verification: {e}')