4 lines
87 B
Python
4 lines
87 B
Python
def setup_app(config):
|
|
assert config.foo.sample_key == True
|
|
return 'DEPLOYED!'
|