refactor: renamed school to lms

This commit is contained in:
Jannat Patel
2022-04-01 20:11:07 +05:30
parent d4dc901925
commit 32b601cf34
475 changed files with 0 additions and 0 deletions

7
lms/__init__.py Normal file
View File

@@ -0,0 +1,7 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
__version__ = '0.0.1'
# load the methods from the lms api
from .lms import api # noqa