Metadata-Version: 2.1
Name: Filhanterare
Version: 1.0.7
Summary: ...
Author: Zeta AI
Author-email: zeta.ai.company@gmail.com
License: MIT
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# Filhanterare

```python
from Filhanterare import FileManager

fm = FileManager(app_name='My App')
fm.set_file('my_file.txt', 'Hello World!')

print(fm.get_file('my_file.txt'))
```
