6 lines
202 B
Python
6 lines
202 B
Python
class paths:
|
|
"""
|
|
Feel free to remore hypexport if you don't need it/add your own custom settings and use them
|
|
"""
|
|
class hypexport:
|
|
export_dir = '/tmp/my_demo/backups/hypothesis'
|