Files
bonobo/bonobo/examples/datasets/_services.py
2017-04-28 07:37:15 +02:00

10 lines
132 B
Python

from os.path import dirname
import bonobo
def get_services():
return {
'fs': bonobo.open_fs(dirname(__file__))
}