generated from Hazel/python-project
9 lines
122 B
Python
9 lines
122 B
Python
import pathlib
|
|
|
|
|
|
__name__ = "python_requests"
|
|
__folder__ = str(pathlib.Path(__file__).parent)
|
|
|
|
|
|
CACHE_DIRECTORY = "cache"
|