petter2025's picture
Create azure/__init__.py
4bb0161 verified
raw
history blame
232 Bytes
# Makes the azure subfolder a package
from .azure_simulator import AzureInfrastructureSimulator
from .azure_models import AzureResource, AzureDeployment
__all__ = ["AzureInfrastructureSimulator", "AzureResource", "AzureDeployment"]