Rename library

Signed-off-by: András Schmelczer <andras@schmelczer.dev>
This commit is contained in:
Andras Schmelczer 2022-05-08 22:04:55 +02:00
parent 8708b157eb
commit eb7ddf1496
No known key found for this signature in database
GPG key ID: 39260B5B0614A13E
141 changed files with 844 additions and 842 deletions

View file

@ -3,7 +3,7 @@
from predict_domain import predict_domain
from good_ai import serve
from great_ai import serve
if __name__ == "__main__":
serve(predict_domain)