mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2025-06-28 14:15:13 +00:00
Resolve Python circular import hell - hopefully forever
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
from collections import namedtuple
|
||||
from os import environ
|
||||
|
||||
from tfw.decorators import lazy_property
|
||||
from tfw.decorators.lazy_property import lazy_property
|
||||
|
||||
|
||||
class LazyEnvironment:
|
||||
|
Reference in New Issue
Block a user