Files
lms/community/__init__.py
Anand Chitipothu f1508033a3 feat: implemented autosave for sections
Now the changes made to the code in each section will be autosaved and loaded
back on next page load.
2021-04-07 01:40:13 +05:30

11 lines
224 B
Python

# -*- coding: utf-8 -*-
from __future__ import unicode_literals
__version__ = '0.0.1'
from .routing import install_regex_converter
install_regex_converter()
# load the methods from the lms api
from .lms import api # noqa