Add basic functionality for saving schedules
Compare changes
Files
2- Oscar Gustafsson authored
+ 55
− 39
@@ -11,11 +11,12 @@ from typing import Dict, Optional, Tuple, cast
@@ -23,15 +24,20 @@ def sfg_to_python(
@@ -44,6 +50,8 @@ def sfg_to_python(
@@ -61,56 +69,51 @@ def sfg_to_python(
@@ -119,20 +122,14 @@ def sfg_to_python(
@@ -149,8 +146,8 @@ def python_to_sfg(path: str) -> Tuple[SFG, Dict[str, Tuple[int, int]]]:
@@ -159,3 +156,22 @@ def python_to_sfg(path: str) -> Tuple[SFG, Dict[str, Tuple[int, int]]]: