class SeesRelation: Relation

A relation representing that an entity sees another entity. This is the inverse of the SeenBy relation

__new(self: Object, ...: any)

The default constructor for the class. Subclasses should override this.