Tyler Perkins
d5687ad289
All checks were successful
continuous-integration/drone/push Build is passing
8 lines
126 B
Python
8 lines
126 B
Python
# Load configuration file
|
|
#
|
|
|
|
import envyaml
|
|
import os
|
|
|
|
config = envyaml.EnvYAML(os.environ.get('CONFIG_PATH', 'config.yaml'))
|