From 0be69d4b5db18b1e0794fd3dc3297da0a16b1ccf Mon Sep 17 00:00:00 2001 From: Frederick Yin Date: Sat, 4 Jul 2020 14:23:36 +0800 Subject: Minimal viable product --- utab/const.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 utab/const.py (limited to 'utab/const.py') 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 -- cgit v1.2.3