PaferaPy Async 0.1
ASGI framework focused on simplicity and efficiency
Loading...
Searching...
No Matches
Classes | Variables
learn.schoolclass Namespace Reference

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
 

Variable Documentation

◆ CLASS_AUTO_APPROVE

int learn.schoolclass.CLASS_AUTO_APPROVE = 0x01

Definition at line 21 of file schoolclass.py.

◆ CLASS_AUTO_HOMEWORK

int learn.schoolclass.CLASS_AUTO_HOMEWORK = 0x02

Definition at line 22 of file schoolclass.py.

◆ CLASS_REVIEW_STUDYLIST

int learn.schoolclass.CLASS_REVIEW_STUDYLIST = 0x04

Definition at line 23 of file schoolclass.py.