class NotAnObject:
    def __repr__(self):
        return "NAO"


NAO = NotAnObject()
