""" Aggregate all views for the support app. """ # pylint: disable=wildcard-import from .index import * from .certificate import * from .refund import *