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

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
 

Variable Documentation

◆ STUDENT_ACCEPTED

int learn.student.STUDENT_ACCEPTED = 0x0

Definition at line 9 of file student.py.

◆ STUDENT_APPLIED

int learn.student.STUDENT_APPLIED = 0x1

Definition at line 10 of file student.py.