修复
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()):
|
def __init__(self, screen: Screen, reactor, atom: Tuple[pt.Electron, pt.Nucleon, Dict] = pt.Atom.placeholder()):
|
||||||
super().__init__(screen, reactor, atom)
|
super().__init__(screen, reactor, atom)
|
||||||
def compose(self):
|
def compose(self):
|
||||||
|
pass
|
||||||
def handler(self, event, type_):
|
def handler(self, event, type_):
|
||||||
|
pass
|
||||||
|
|
||||||
registry = {
|
registry = {
|
||||||
"sample": Composition,
|
"sample": Composition,
|
||||||
|
Reference in New Issue
Block a user