summaryrefslogtreecommitdiff
path: root/utab/const.py
diff options
context:
space:
mode:
authorFrederick Yin <fkfd@macaw.me>2020-07-04 14:23:36 +0800
committerFrederick Yin <fkfd@macaw.me>2020-07-04 14:23:36 +0800
commit0be69d4b5db18b1e0794fd3dc3297da0a16b1ccf (patch)
tree00c8f50f381d4531a3a45eeed0f9cdd1bf18f3b1 /utab/const.py
Minimal viable product
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