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