__init__.py 69 B

1234567
  1. """
  2. @author: luojunhui
  3. config
  4. """
  5. # 环境
  6. env = "prod"
  7. # env = "dev"