Explorar o código

Add constants

StrayWarrior hai 8 meses
pai
achega
2a6fd7d8c1
Modificáronse 1 ficheiros con 14 adicións e 0 borrados
  1. 14 0
      constants.py

+ 14 - 0
constants.py

@@ -0,0 +1,14 @@
+#! /usr/bin/env python
+# -*- coding: utf-8 -*-
+# vim:fenc=utf-8
+
+"""
+Constant values.
+"""
+
+from enum import Enum
+
+class AutoReplyAccountType(Enum):
+    SELF_OWNED_GZH = 1
+    EXTERNAL_GZH = 2
+    SELF_OWNED_QYWX = 3