Files
edx-platform/lms/djangoapps/certificates/views/__init__.py
2020-04-08 23:43:06 +05:00

7 lines
129 B
Python

"""
Aggregate all views exposed by the certificates app.
"""
from .support import *
from .webview import *
from .xqueue import *