File size: 166 Bytes
35e3615
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
from __future__ import annotations

from .ChatgptLogin import ChatgptLogin


class Opchatgpts(ChatgptLogin):
    url     = "https://opchatgpts.net"
    working = True