Register URL routes for Flask application or blueprint in lazy way
After current implementation of #2 views aren't lazy, cause we implicitly import view on adding to url map route dict. `__doc__` should be invoked via `__getattribute__` not in `__init__` function to avoid view function import and as result circular imports or working outside of application context.
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by playpauseandstop and has received 1 comments.