8 lines
163 B
Python
8 lines
163 B
Python
"""
|
|
Aggregate all views exposed by the certificates app.
|
|
"""
|
|
# pylint: disable=wildcard-import
|
|
from .xqueue import *
|
|
from .support import *
|
|
from .webview import *
|