__init__.py 163 Bytes
Newer Older
1 2 3 4 5 6 7
"""
Aggregate all views exposed by the certificates app.
"""
# pylint: disable=wildcard-import
from .xqueue import *
from .support import *
from .webview import *