summaryrefslogtreecommitdiff
path: root/utab/const.py
diff options
context:
space:
mode:
Diffstat (limited to 'utab/const.py')
-rw-r--r--utab/const.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/utab/const.py b/utab/const.py
new file mode 100644
index 0000000..181f49a
--- /dev/null
+++ b/utab/const.py
@@ -0,0 +1,4 @@
+URL = 0
+TITLE = 1
+FAVICON = 2
+VISITS = 3