added table functionality

This commit is contained in:
2025-09-05 05:46:44 +02:00
parent 594e7c3cce
commit d76db631fd
3 changed files with 24 additions and 0 deletions

View File

@ -17,6 +17,7 @@ with open(config_file) as config_f:
def main() -> None:
print(os.getenv("MY_ENV_VAR"))
print(config["Startup"])
# load the data and create the data manager
data = load_spc_data(config["DATA_PATH"])