Skip to content

Commit

Permalink
新增hook
Browse files Browse the repository at this point in the history
  • Loading branch information
lunzhiPenxil committed Dec 27, 2023
1 parent eaea94c commit e290213
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions OlivOS/hook.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
# sqlite
import sqlite3

# pyjson5
import pyjson5

# win
if platform.system() == 'Windows':
import win32com.client
Expand Down
3 changes: 3 additions & 0 deletions OlivOS/hook_pack.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
# yaml
import yaml

# pyjson5
import pyjson5

# openpyxl
import openpyxl

Expand Down
3 changes: 3 additions & 0 deletions OlivOS/hook_pack_debug.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
# yaml
import yaml

# pyjson5
import pyjson5

# openpyxl
import openpyxl

Expand Down

0 comments on commit e290213

Please sign in to comment.