怎么把main的screen调用到fight里面,或者说调用到screen里面去
from main import *
你是想在fight.py里引用main.py中定义的screen吧,要通过import导入