master > master: script zur einfachen Ausführung hinzugefügt

This commit is contained in:
RD
2021-05-06 10:41:12 +02:00
parent 57070f4df1
commit 900befbb4e
4 changed files with 30 additions and 5 deletions

View File

@@ -9,14 +9,9 @@ from __future__ import annotations;
import os;
import sys;
sys.tracebacklimit = 0;
from itertools import product;
from lark import Tree;
from textwrap import dedent;
from typing import Dict;
from typing import Generator;
from typing import List;
from typing import Tuple;
from typing import Union;
sys.path.insert(0, os.getcwd());