4 lines
53 B
Python
4 lines
53 B
Python
|
import os
|
||
|
|
||
|
SECRET_KEY = os.environ.get('SECRET_KEY')
|