Separate the handling of envvars by prefix

This commit is contained in:
Bálint Bokros
2018-02-09 14:48:37 +01:00
parent 2499c4759e
commit 4f181b8f09
6 changed files with 19 additions and 12 deletions

0
lib/tao/__init__.py Normal file
View File

View File

@ -0,0 +1 @@
from .envvars import *

View File

@ -0,0 +1,3 @@
from envvars import generate_namedtuple_from_prefixed_envvars
taoenv = generate_namedtuple_from_prefixed_envvars('AVATAO_', 'taoenvtuple')