def cached_property(fn): """Dummy cached_property fn, to make setup.py work before installed.""" return fn