PaferaPy Async 0.1
ASGI framework focused on simplicity and efficiency
|
Classes | |
class | learn_schoolclass |
Container class for students, courses, and teachers. More... | |
Variables | |
int | CLASS_AUTO_APPROVE = 0x01 |
int | CLASS_AUTO_HOMEWORK = 0x02 |
int | CLASS_REVIEW_STUDYLIST = 0x04 |
int learn.schoolclass.CLASS_AUTO_APPROVE = 0x01 |
Definition at line 21 of file schoolclass.py.
int learn.schoolclass.CLASS_AUTO_HOMEWORK = 0x02 |
Definition at line 22 of file schoolclass.py.
int learn.schoolclass.CLASS_REVIEW_STUDYLIST = 0x04 |
Definition at line 23 of file schoolclass.py.