Python Using Another Class Variable Function in another Class

后端 未结 0 1756
礼貌的吻别
礼貌的吻别 2020-12-15 13:37

I want to use the variables from another class function to another class

class InspireRoll(Screen):
    InitializerA = AnotherClass.AnotherClassFunction(List)         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题