hdx.facades.simple
module hdx.facades.simple
Facade to simplify project setup that calls project main function
Functions
-
facade — Facade to simplify project setup that calls project main function
facade(projectmainfn: Callable[[], None], **kwargs: Any)
Facade to simplify project setup that calls project main function
Parameters
-
projectmainfn : Callable[[], None] — main function of project
-
**kwargs : Any — configuration parameters to pass to HDX Configuration class
Returns
-
None