diff --git a/src/template_code_location/defs/__init__.py b/src/template_code_location/defs/__init__.py new file mode 100644 index 0000000..ff7bf6b --- /dev/null +++ b/src/template_code_location/defs/__init__.py @@ -0,0 +1,5 @@ +"""Dagster DG defs entrypoint for this project.""" + +from template_code_location.repository import defs + +__all__ = ["defs"]