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 subprocess
#TODO: dodać parentices
class AbstractInterpreter:
def __init__(self):
pass