#!/usr/bin/python3 import frontend_new import sys if __name__ == "__main__": frontend_new.main() sys.exit(0)