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.
This commit is contained in:
Anand Chitipothu
2021-04-07 01:32:19 +05:30
parent 15b8b99ae2
commit f1508033a3
5 changed files with 78 additions and 4 deletions

View File

@@ -5,3 +5,6 @@ __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