refactor: move organisation models to own module

This commit is contained in:
James Graham
2021-03-04 12:42:32 +00:00
parent 936a375992
commit bf2422c6dd
3 changed files with 123 additions and 109 deletions

View File

@@ -1,3 +1,4 @@
from .organisation import *
from .person import *
from .question import *
from .relationship import *