Programs using this lib might encounter a FileNotFoundError.
Proposed solution
Create the directory in
Line 41 in 19e81dd
with open(self.path, 'w') as file:
using os.mkdirs.
Programs using this lib might encounter a `FileNotFoundError`.
## Proposed solution
Create the directory in https://codeberg.org/fabbecker/versionedconfig/src/commit/19e81dd22e2e3774273c0e100a94de76455e1afe/versionedconfig/configuration.py#L41 using `os.mkdirs`.