`__main__.py` doesn’t need a `if __name__ == '__main__'`, since it just exists to be a CLI Therefore doctestplus shouldn‘t try to import it.