修复
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user