wsgi.py 102 B

123456
  1. import sys
  2. import config
  3. sys.path.insert(0, config.hooks_path)
  4. from hooks import app as application