mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2024-11-08 20:27:17 +00:00
4 lines
97 B
Python
4 lines
97 B
Python
from envvars import LazyEnvironment
|
|
|
|
TFWENV = LazyEnvironment('TFW_', 'tfwenvtuple').environment
|