示例#1
0
    def __init__(self, shape=None, characterid=None):
        """
        Constructor.

        :param shapes:
        """
        self.shape = ShapeWithStyle() if shape is None else shape
        self.characterid = characterid
示例#2
0
文件: core.py 项目: the-one-/fusion
 def __init__(self):
     self.shape = ShapeWithStyle()
     self.graphics = SwfGraphicsEmulation(self.shape)