python 类的倒入

 

test.py
class sss:
def ddd(self):
print("hello")

test2.py
from testone import sss

 

posted @ 2019-08-29 18:12  anobscureretreat  阅读(157)  评论(0)    收藏  举报