This commit is contained in:
emile 2019-05-30 20:12:34 +02:00
parent 388a68e1fc
commit c067442e3a

View File

@ -1,6 +1,6 @@
import sys import sys
import subprocess import subprocess
#TODO: dodać parentices
class AbstractInterpreter: class AbstractInterpreter:
def __init__(self): def __init__(self):
pass pass