re-arc cleanup

This commit is contained in:
Andreas Koepf 2025-02-08 19:07:28 +01:00
parent 9fe245200c
commit 052c983cd5
6 changed files with 520 additions and 174 deletions

View file

@ -1,7 +1,7 @@
# types
from typing import Any, Callable, Container, FrozenSet, Iterable, List, Tuple, Union
from typing import Any, Callable, Container, FrozenSet, Tuple, Union
Boolean = bool
Integer = int