mirror of
https://github.com/azaion/loader.git
synced 2026-04-22 10:56:33 +00:00
initial commit
Made-with: Cursor
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
cdef class Credentials:
|
||||
|
||||
def __init__(self, str email, str password):
|
||||
self.email = email
|
||||
self.password = password
|
||||
|
||||
def __str__(self):
|
||||
return f'{self.email}: {self.password}'
|
||||
|
||||
Reference in New Issue
Block a user