1
0

TODO Setup

This commit is contained in:
Jon Michael Aanes 2024-09-26 17:48:11 +02:00
parent 6faf6ce2a6
commit 330f240b6d
Signed by: Jmaa
SSH Key Fingerprint: SHA256:Ab0GfHGCblESJx7JRE4fj4bFy/KRpeLhi41y4pF3sNA
3 changed files with 9 additions and 0 deletions

View File

@ -1 +1,7 @@
"""# Favro Sync.
FUSE (Filesystem in User Space) for Favro.
Synchronize your local notes and your Favro.
"""

2
requirements.txt Normal file
View File

@ -0,0 +1,2 @@
requests
secret_loader @ git+https://gitfub.space/Jmaa/secret_loader

1
setup.py Normal file
View File

@ -0,0 +1 @@
# TODO