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