#!/usr/bin/env python3 """ Secrets stop being secret when you tell someone. """ SECRET_KEY = """SECRET_KEY""" DB_KEY = """DB_KEY"""