Browse Source

stub of backend

Davide Alberani 9 years ago
parent
commit
5b664a2f2e
2 changed files with 7 additions and 0 deletions
  1. 6 0
      backend.py
  2. 1 0
      data/README.txt

+ 6 - 0
backend.py

@@ -0,0 +1,6 @@
+"""Event Man(ager) backend
+
+Classes and functions used to manage events and attendants.
+"""
+
+

+ 1 - 0
data/README.txt

@@ -0,0 +1 @@
+Directory used by the backend to store its data.  Must be writeable by the server.