mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 03:17:07 +00:00
refactor: Split people.views into multiple modules
This commit is contained in:
9
people/views/__init__.py
Normal file
9
people/views/__init__.py
Normal file
@@ -0,0 +1,9 @@
|
||||
"""
|
||||
Views for displaying or manipulating models within the `people` app.
|
||||
"""
|
||||
|
||||
from . import (
|
||||
network,
|
||||
person,
|
||||
relationship
|
||||
)
|
||||
Reference in New Issue
Block a user