def main():
# Enable multiprocessing's freeze support
multiprocessing.freeze_support()
try:
print(
"""
# For python debugger to directly run this script
if __name__ == "__main__":
# Run code
main()