Skip to content
Snippets Groups Projects
__init__.py 221 B
Newer Older
  • Learn to ignore specific revisions
  • # New modules need to be registered here
    
    
    from lib.generic import Converter  # noqa
    from lib.qti import QTIConverter  # noqa
    from lib.xls import XLSConverter  # noqa
    
    from lib.identity import JSONIdentityConverter  # noqa