The dunder method doesn't seem to be doing anything other than providing an `in_cff2` attribute. Do that with a property instead of bending __getattr__. This one confused me when I was working on https://github.com/fonttools/fonttools/pull/1488.
if __name__ == "__main__"