From a03bffae5e29122a1c1f7120d68999496ea53a07 Mon Sep 17 00:00:00 2001 From: pengtao Date: Mon, 30 Nov 2020 15:31:02 +0800 Subject: [PATCH] add new --- README.md | 5 +++++ project_src/utils/__init__.py | 9 +++++++++ 2 files changed, 14 insertions(+) create mode 100644 project_src/utils/__init__.py diff --git a/README.md b/README.md index 43c38d0..a6cf62b 100644 --- a/README.md +++ b/README.md @@ -21,3 +21,8 @@ 监控管理 服务可用性监控,服务性能监控,日志监控,服务自拉起 报表管理 OPS系统统计,数据汇总 接口管理 应用接口配置及管理 + + +### todo: + raven 模块的使用 + https://raven.readthedocs.io/en/stable/integrations/tornado.html \ No newline at end of file diff --git a/project_src/utils/__init__.py b/project_src/utils/__init__.py new file mode 100644 index 0000000..6ab3dda --- /dev/null +++ b/project_src/utils/__init__.py @@ -0,0 +1,9 @@ +# -*- coding: utf-8 -*- + + +def main(): + pass + + +if __name__ == "__main__": + main()