refactor: tidy client generation and add options

This commit is contained in:
2025-04-03 16:12:57 +02:00
parent 43e1aa9505
commit b4925918f7
6 changed files with 2878 additions and 3076 deletions
+4 -1
View File
@@ -58,7 +58,10 @@ class BECClassInfo:
class BECClassContainer:
def __init__(self):
self._collection = []
self._collection: list[BECClassInfo] = []
def __repr__(self):
return str(list(cl.name for cl in self.collection))
def add_class(self, class_info: BECClassInfo):
"""