Use the syntax from file import class to import class from file . my_file.py. class myClass: def __init__(self,val): self.val=val def getVal(self): return ...
確定! 回上一頁