From 38e946c51571446162fc90380846b4dca8b11a8b Mon Sep 17 00:00:00 2001 From: jerrylizilong Date: Wed, 12 Sep 2018 11:10:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=A4=96=E9=83=A8=E6=89=A7?= =?UTF-8?q?=E8=A1=8C=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 core.py diff --git a/core.py b/core.py new file mode 100644 index 0000000..bd81525 --- /dev/null +++ b/core.py @@ -0,0 +1,3 @@ +from app.core import coreservice + +coreservice.coreservice() \ No newline at end of file