Port tl-gen from grammers

This commit is contained in:
Lonami Exo
2023-07-03 19:19:20 +02:00
parent fc6984d423
commit fed06f40ed
39 changed files with 2207 additions and 40 deletions

View File

@@ -1,4 +1,4 @@
isort .
black .
isort . --profile black --gitignore
black . --extend-exclude "tl/(abcs|functions|types)/\w+.py"
mypy --strict .
pytest .