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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user