From c067442e3a1241e32b73c541db2c4370e84553d5 Mon Sep 17 00:00:00 2001 From: emile Date: Thu, 30 May 2019 20:12:34 +0200 Subject: [PATCH] ooo --- program.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/program.py b/program.py index a9308c2..dcf45df 100644 --- a/program.py +++ b/program.py @@ -1,6 +1,6 @@ import sys import subprocess -#TODO: dodać parentices + class AbstractInterpreter: def __init__(self): pass