Skip to content

Commit

Permalink
尝试引入PIL
Browse files Browse the repository at this point in the history
  • Loading branch information
lunzhiPenxil committed Dec 10, 2021
1 parent 76b724e commit 11916f3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions OlivOS/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

import OlivOS.infoAPI
import OlivOS.data
import OlivOS.hook
import OlivOS.contentAPI
import OlivOS.messageAPI
import OlivOS.metadataAPI
Expand Down
17 changes: 17 additions & 0 deletions OlivOS/hook.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# -*- encoding: utf-8 -*-
'''
_______________________ ________________
__ __ \__ /____ _/_ | / /_ __ \_ ___/
_ / / /_ / __ / __ | / /_ / / /____ \
/ /_/ /_ /____/ / __ |/ / / /_/ /____/ /
\____/ /_____/___/ _____/ \____/ /____/
@File : OlivOS/hook.py
@Author : lunzhiPenxil仑质
@Contact : [email protected]
@License : AGPL
@Copyright : (C) 2020-2021, OlivOS-Team
@Desc : None
'''

from PIL import Image

0 comments on commit 11916f3

Please sign in to comment.