Refactor whole importing hell into a nice and clean API

This commit is contained in:
Kristóf Tóth
2018-04-06 15:21:45 +02:00
parent b942c1cf53
commit 1f2e1f0489
23 changed files with 47 additions and 29 deletions

View File

@ -1,4 +1,4 @@
# Copyright (C) 2018 Avatao.com Innovative Learning Kft.
# All Rights Reserved. See LICENSE file for details.
from .envvars import * # pylint: disable=wildcard-import
from .envvars import TAOENV