如何列出 brigthway 项目中所有现有的预采样活动

how to list all existing presamples campaigns in brigthway project

如何列出我的 brighway2 项目中所有现有的 presamples 活动? :)

我一直在检查 the documentation 但我找不到如何执行此操作。

Campaignnormal peewee Model, so you can follow the peewee querying patterns,例如[obj.name for obj in Campaign.select()].