Merge pull request #620 from enganese/patch-3

Update __init__.py (refactored import)
This commit is contained in:
xtekky 2023-06-04 00:26:18 +02:00 committed by GitHub
commit a0f2fa006a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
import fake_useragent
import requests
import json
from typings import AiColorsResponse
from .typings import AiColorsResponse
class Completion: