Is it possible to dynamically import a class and apply inheritance?

后端 未结 0 454
臣服心动
臣服心动 2020-12-13 03:32

If I have A.py, B.py, C.py and D.py, can the following be done?

In C.py:

from A import         


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