how to import only the class methods in python

后端 未结 5 1997
梦谈多话
梦谈多话 2020-12-19 04:50

I have a GP.py file that I am then running a MyBot.py file from.

In the MyBot.py file, I have the line

from GP import *

I have a su

5条回答
提交回复
热议问题