Shortcut for flow urls routing
Usage:
urlpatterns = [ url(r'^', include(FlowRouter(HelloWorldFlow).urls), namespace='helloworld') ]