diff --git a/favro_sync/__init__.py b/favro_sync/__init__.py index 8b13789..6447f70 100644 --- a/favro_sync/__init__.py +++ b/favro_sync/__init__.py @@ -1 +1,7 @@ +"""# Favro Sync. + +FUSE (Filesystem in User Space) for Favro. + +Synchronize your local notes and your Favro. +""" diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..a334955 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +requests +secret_loader @ git+https://gitfub.space/Jmaa/secret_loader diff --git a/setup.py b/setup.py new file mode 100644 index 0000000..4640904 --- /dev/null +++ b/setup.py @@ -0,0 +1 @@ +# TODO