import sys if __name__ == '__main__': print('fit not supported', file=sys.stderr) sys.exit(1)