1
0
This commit is contained in:
2025-08-05 20:29:20 +08:00
parent 7bce6b556b
commit f93f88f261

View File

@@ -152,8 +152,9 @@ class DrawCard(Composition):
def __init__(self, screen: Screen, reactor, atom: Tuple[pt.Electron, pt.Nucleon, Dict] = pt.Atom.placeholder()):
super().__init__(screen, reactor, atom)
def compose(self):
pass
def handler(self, event, type_):
pass
registry = {
"sample": Composition,