mirror of
https://github.com/frappe/lms.git
synced 2026-04-20 23:28:00 +03:00
5 lines
231 B
Python
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
|