config.py 110 B

12345
  1. from django.utils.six.moves import configparser
  2. yapf = configparser.ConfigParser()
  3. yapf.read('.style.yapf')