mirror of
https://github.com/bec-project/bec_widgets.git
synced 2026-08-03 08:48:11 +02:00
refactor: tidy client generation and add options
This commit is contained in:
@@ -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):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user