refactor: renamed app to school
This commit is contained in:
4
school/lms/models.py
Normal file
4
school/lms/models.py
Normal file
@@ -0,0 +1,4 @@
|
||||
"""Handy module to make access to all doctypes from a single place.
|
||||
"""
|
||||
from .doctype.lms_course.lms_course import LMSCourse as Course
|
||||
from .doctype.lms_batch_membership.lms_batch_membership import LMSBatchMembership as Membership
|
||||
Reference in New Issue
Block a user