mirror of
https://github.com/azaion/loader.git
synced 2026-04-22 09:56:33 +00:00
941b8199aa
Made-with: Cursor
4 lines
79 B
Cython
4 lines
79 B
Cython
cdef class Credentials:
|
|
cdef public str email
|
|
cdef public str password
|