This commit is contained in:
2025-08-05 20:29:20 +08:00
parent 44f75bca90
commit 6c28bd461b

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,