我有一个文件,constants.py其中包含一堆全局常量。有没有办法可以将它们全部抓取为字典,仅用于此文件?
它应该很简单:
import constants print(constants.__dict__)