#!/usr/bin/env python3 from predict_domain import predict_domain from good_ai import serve if __name__ == "__main__": serve(predict_domain)