DEBSOURCES
Skip Quicknav
sources / mkdocs-macros-plugin / 1.5.0-1 / test / opt_in / __pycache__ / new_syntax / main.py
12345678
import os def define_env(env): """ This is the hook for the functions (new form) """ env.variables['cwd'] = os.getcwd()