# Python SnipMate snippets snippet main def main(): ${0:pass} if __name__ == '__main__': try: main() except KeyboardInterrupt: exit(130)