Skip to content
Snippets Groups Projects
__init__.py 152 B
Newer Older
  • Learn to ignore specific revisions
  • """
    Runtime will load the XBlock class from here.
    """
    
    from .apps import LTIConsumerApp
    
    from .lti_xblock import LtiConsumerXBlock