refactor: removed sketch doctype and portal page for home

Both of these will be moved to mon_school.
This commit is contained in:
Anand Chitipothu
2021-07-06 13:20:02 +05:30
parent 3dd4adbc1f
commit 1b8a45ba4a
11 changed files with 0 additions and 512 deletions

View File

@@ -1,5 +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_sketch.lms_sketch import LMSSketch as Sketch
from .doctype.lms_batch_membership.lms_batch_membership import LMSBatchMembership as Membership