Skip to content
Snippets Groups Projects
__init__.py 152 B
"""
Runtime will load the XBlock class from here.
"""
from .apps import LTIConsumerApp
from .lti_xblock import LtiConsumerXBlock

__version__ = '6.3.0'