PaferaPy Async 0.1
ASGI framework focused on simplicity and efficiency
|
Classes | |
class | learn_student |
This class keeps track of student information, purchased items, and allowed cards. More... | |
Variables | |
int | STUDENT_ACCEPTED = 0x0 |
int | STUDENT_APPLIED = 0x1 |
int learn.student.STUDENT_ACCEPTED = 0x0 |
Definition at line 9 of file student.py.
int learn.student.STUDENT_APPLIED = 0x1 |
Definition at line 10 of file student.py.