diff --git a/src/sc_runner/resources/__init__.py b/src/sc_runner/resources/__init__.py index 5a5af1a..11cda11 100644 --- a/src/sc_runner/resources/__init__.py +++ b/src/sc_runner/resources/__init__.py @@ -1,6 +1,7 @@ import inspect import sys from .aws import resources_aws +from .azure import resources_azure from .base import * from .gcp import resources_gcp