mirror of
https://github.com/frappe/bench.git
synced 2025-02-04 11:58:25 +00:00
7 lines
189 B
Python
7 lines
189 B
Python
"""Module for setting up system and respective bench configurations"""
|
|
|
|
|
|
def env():
|
|
from jinja2 import Environment, PackageLoader
|
|
return Environment(loader=PackageLoader('bench.config'))
|