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