This commit is contained in:
andrew (from workstation) 2020-05-14 22:07:53 +02:00
parent 4dd45b1259
commit 57bf307579

View File

@ -1,7 +1,7 @@
import typing
indent = " "
indent = "\t"
class CodeWriter: