First update towards cpl2
Some checks failed
Build on push / prepare (push) Failing after 6s
Build on push / build (push) Has been skipped

This commit is contained in:
2025-09-15 15:02:47 +02:00
parent c1e65bf0dc
commit 2d2bb86720
289 changed files with 259 additions and 9353 deletions

View File

@@ -27,9 +27,7 @@ class IndexOutOfRangeException(Exception):
class InvalidTypeException(Exception):
r"""Exception when type is invalid"""
pass
class WrongTypeException(Exception):
r"""Exception when type is unexpected"""
pass