TypeError: 'module' object is not callable

2024-10-15 05:50:44

1、test是模块, class test是类

TypeError: 'module' object is not callable

3、模块test里的test类是可以实例化的

TypeError: 'module' object is not callable

5、或者用form 包名.模块名 import 类名的方式导入

TypeError: 'module' object is not callable
猜你喜欢