Files
breccia-mapper/people/views/__init__.py
2020-04-01 16:00:22 +01:00

10 lines
138 B
Python

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