Add basic functionality for saving schedules
Compare changes
Files
2- Oscar Gustafsson authored
+ 42
− 29
@@ -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,16 +69,12 @@ def sfg_to_python(
@@ -81,9 +85,7 @@ def sfg_to_python(
@@ -94,9 +96,7 @@ def sfg_to_python(
@@ -107,10 +107,10 @@ def sfg_to_python(
@@ -119,20 +119,14 @@ def sfg_to_python(
@@ -159,3 +153,22 @@ def python_to_sfg(path: str) -> Tuple[SFG, Dict[str, Tuple[int, int]]]: