Rework whole package structure (improved dependency handling)

This commit is contained in:
Kristóf Tóth
2019-07-24 15:17:16 +02:00
parent c6e01d294d
commit a23224aced
72 changed files with 74 additions and 75 deletions

View File

@ -1,7 +1,7 @@
from collections import namedtuple
from os import environ
from tfw.decorators.lazy_property import lazy_property
from tfw.internals.lazy import lazy_property
class LazyEnvironment: