From 5b664a2f2e384798bd37cc045444086782c3a67d Mon Sep 17 00:00:00 2001 From: Davide Alberani Date: Sun, 15 Mar 2015 23:08:50 +0100 Subject: [PATCH] stub of backend --- backend.py | 6 ++++++ data/README.txt | 1 + 2 files changed, 7 insertions(+) create mode 100644 backend.py create mode 100644 data/README.txt 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.