From 11916f37d1c4c08dad1d3d863598a169f0edc747 Mon Sep 17 00:00:00 2001 From: lunzhipenxil Date: Fri, 10 Dec 2021 19:18:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=9D=E8=AF=95=E5=BC=95=E5=85=A5PIL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- OlivOS/__init__.py | 1 + OlivOS/hook.py | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 OlivOS/hook.py diff --git a/OlivOS/__init__.py b/OlivOS/__init__.py index 1256a46a..eb186b5c 100644 --- a/OlivOS/__init__.py +++ b/OlivOS/__init__.py @@ -20,6 +20,7 @@ import OlivOS.infoAPI import OlivOS.data +import OlivOS.hook import OlivOS.contentAPI import OlivOS.messageAPI import OlivOS.metadataAPI diff --git a/OlivOS/hook.py b/OlivOS/hook.py new file mode 100644 index 00000000..0f2e273c --- /dev/null +++ b/OlivOS/hook.py @@ -0,0 +1,17 @@ +# -*- encoding: utf-8 -*- +''' +_______________________ ________________ +__ __ \__ /____ _/_ | / /_ __ \_ ___/ +_ / / /_ / __ / __ | / /_ / / /____ \ +/ /_/ /_ /____/ / __ |/ / / /_/ /____/ / +\____/ /_____/___/ _____/ \____/ /____/ + +@File : OlivOS/hook.py +@Author : lunzhiPenxil仑质 +@Contact : lunzhipenxil@gmail.com +@License : AGPL +@Copyright : (C) 2020-2021, OlivOS-Team +@Desc : None +''' + +from PIL import Image