]> OzVa Git service - bread/commitdiff
Initial commit
authorMax Value <greenwoodw50@gmail.com>
Sun, 11 May 2025 17:22:14 +0000 (18:22 +0100)
committerMax Value <greenwoodw50@gmail.com>
Sun, 11 May 2025 17:22:14 +0000 (18:22 +0100)
sous.py

diff --git a/sous.py b/sous.py
index af0c21e10859eb5a2e5dc1008c09da04be43adf7..d6171c43c28885b80a0cd003cdfe47e6b6f2c540 100755 (executable)
--- a/sous.py
+++ b/sous.py
@@ -1,7 +1,13 @@
 #! /bin/python
+
 import tomllib
+import os
+
+class recipe:
+       def __init__(self):
+               pass
 
 with open("recipes/straight-white.toml", "rb") as f:
        recipe = tomllib.load(f)
 
-print(recipe)
+