fix: don't load api file during app init

This commit is contained in:
Jannat Patel
2022-07-04 16:36:22 +05:30
parent e467aba32f
commit 384850b452

View File

@@ -2,6 +2,3 @@
from __future__ import unicode_literals
__version__ = '0.0.1'
# load the methods from the lms api
from .lms import api # noqa