From 9938475855720cc8603ed9ac0015de372efc0c52 Mon Sep 17 00:00:00 2001 From: Toasterkitten Date: Mon, 22 Jun 2026 18:40:11 -0400 Subject: [PATCH] update justfile --- untitled/app.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/untitled/app.py b/untitled/app.py index 3ab1605..43c7db3 100644 --- a/untitled/app.py +++ b/untitled/app.py @@ -1,3 +1,6 @@ class App: def __init__(self): pass + + def run(self): + pass