summaryrefslogtreecommitdiff
path: root/db.py
diff options
context:
space:
mode:
Diffstat (limited to 'db.py')
-rw-r--r--db.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/db.py b/db.py
index 7a74ecb..a2666a0 100644
--- a/db.py
+++ b/db.py
@@ -49,3 +49,5 @@ class Cache(Base):
Base.metadata.create_all()
Session = sessionmaker(bind = engine, autoflush = True, autocommit = False)
+
+# vim: noet ts=4