| from __future__ import annotations | |
| from .ChatgptLogin import ChatgptLogin | |
| class Opchatgpts(ChatgptLogin): | |
| url = "https://opchatgpts.net" | |
| working = True |
| from __future__ import annotations | |
| from .ChatgptLogin import ChatgptLogin | |
| class Opchatgpts(ChatgptLogin): | |
| url = "https://opchatgpts.net" | |
| working = True |