HPI/doc/example_config/my/config/__init__.py
2020-09-29 19:44:45 +02:00

9 lines
320 B
Python

"""
Feel free to remove this if you don't need it/add your own custom settings and use them
"""
class hypothesis:
from my.core import Paths
# expects outputs from https://github.com/karlicoss/hypexport
# (it's just the standard Hypothes.is export format)
export_path: Paths = '/path/to/hypothesis/data'