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