python: domain: models: move OrganizationalPerson to org.py
authorRob van der Linde <rob@catalyst.net.nz>
Thu, 21 Mar 2024 22:33:17 +0000 (11:33 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 28 Mar 2024 01:50:41 +0000 (01:50 +0000)
commit5ac4b6969be802a3cdefff4f36b5542a94736295
tree51451a46f5d3e33c8f5eb80aef207b1c3e0106df
parent3c0833ead5180492d958af66ad94db392e87ed07
python: domain: models: move OrganizationalPerson to org.py

There are other models like OrganizationalUnit which can go in org.py better if this is done first

Signed-off-by: Rob van der Linde <rob@catalyst.net.nz>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/domain/models/__init__.py
python/samba/domain/models/org.py [new file with mode: 0644]
python/samba/domain/models/person.py
python/samba/domain/models/user.py