我在阅读python项目的源代码时遇到了以下行:fromcouchexport.exportimportFormat(来源:https://github.com/wbnigeria/couchexport/blob/master/couchexport/views.py#L1)我转到couchexport/export.py以查看Format是什么(类?字典?其他东西?)。不幸的是Format不在该文件中。export.py确实从couchexport.models中导入了一个Format,其中是一个Format类(来源:https://github.com/wbnigeria/cou