6 lines
186 B
Python
Raw Normal View History

2026-01-29 07:52:58 +01:00
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}')