#2457 - Commit before switching branches to review

This commit is contained in:
Charlie Crane
2024-05-03 08:35:24 +01:00
parent 4763344835
commit 4cd15a39aa
3 changed files with 9 additions and 1 deletions

View File

@@ -315,4 +315,5 @@ def basic_lan_network_example() -> Network:
def multi_lan_internet_network_example() -> Network:
"""Get Multi-LAN with Internet example network."""
path = PRIMAITE_PATHS.user_config_path / "example_config" / "multi_lan_internet_network_example.yaml"
print(path)
return _get_example_network(path)