gramps/src/ObjectSelector/_Constants.py

12 lines
185 B
Python
Raw Normal View History

class ObjectTypes(object):
PERSON = 0
FAMILY = 1
SOURCE = 2
EVENT = 3
MEDIA = 4
PLACE = 5
REPOSITORY = 6
REFERENCE = 7