6 lines
101 B
Python
6 lines
101 B
Python
![]() |
from sugar.scene.Group import Group
|
||
|
|
||
|
class Stage(Group):
|
||
|
def __init__(self):
|
||
|
Group.__init__(self)
|