Files
lms/community/lms/models.py
Anand Chitipothu 1b8a45ba4a refactor: removed sketch doctype and portal page for home
Both of these will be moved to mon_school.
2021-07-06 13:20:41 +05:30

5 lines
231 B
Python

"""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