Files
edx-platform/lms/djangoapps/certificates/views/__init__.py
2019-05-21 11:32:51 -04:00

8 lines
163 B
Python

"""
Aggregate all views exposed by the certificates app.
"""
# pylint: disable=wildcard-import
from .support import *
from .webview import *
from .xqueue import *