""" Views for displaying or manipulating models within the `people` app. """ from . import ( network, person, relationship ) __all__ = [ 'network', 'person', 'relationship', ]