7 lines
132 B
Plaintext
7 lines
132 B
Plaintext
|
#!/usr/bin/env python3
|
||
|
"""
|
||
|
Secrets stop being secret when you tell someone.
|
||
|
"""
|
||
|
SECRET_KEY = """SECRET_KEY"""
|
||
|
DB_KEY = """DB_KEY"""
|