Files
enlight-lms/lms/__init__.py
2022-03-19 17:30:00 +05:30

8 lines
152 B
Python

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