diff --git a/backend.py b/backend.py new file mode 100644 index 0000000..a59610f --- /dev/null +++ b/backend.py @@ -0,0 +1,6 @@ +"""Event Man(ager) backend + +Classes and functions used to manage events and attendants. +""" + + diff --git a/data/README.txt b/data/README.txt new file mode 100644 index 0000000..82c0a60 --- /dev/null +++ b/data/README.txt @@ -0,0 +1 @@ +Directory used by the backend to store its data. Must be writeable by the server.