The file path in get(), set(), list(), ... should support pathlib's Path objects in python 3 Current you get this error ``` TypeError: argument must be string or int ```