#!/usr/bin/env python3 "run main code" import sys from main import run if __name__ == '__main__': code = run() sys.exit(code)