mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-11-10 15:14:41 +03:00
8 lines
166 B
Python
8 lines
166 B
Python
from __future__ import annotations
|
|
|
|
from .ChatgptLogin import ChatgptLogin
|
|
|
|
|
|
class Opchatgpts(ChatgptLogin):
|
|
url = "https://opchatgpts.net"
|
|
working = True |