__init__.py 180 Bytes
Newer Older
1 2 3 4 5 6
"""
Aggregate all views for the support app.
"""
# pylint: disable=wildcard-import
from .index import *
from .certificate import *
7
from .enrollments import *
8
from .refund import *