Explorar el Código

Add constants

StrayWarrior hace 6 meses
padre
commit
2a6fd7d8c1
Se han modificado 1 ficheros con 14 adiciones y 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