mirror of
https://github.com/kekingcn/kkFileView.git
synced 2026-04-18 04:27:28 +00:00
更新windows内置office目录名, 适配jodconverter
This commit is contained in:
15
server/libreoffice/program/python-core-3.8.8/lib/struct.py
Normal file
15
server/libreoffice/program/python-core-3.8.8/lib/struct.py
Normal file
@@ -0,0 +1,15 @@
|
||||
__all__ = [
|
||||
# Functions
|
||||
'calcsize', 'pack', 'pack_into', 'unpack', 'unpack_from',
|
||||
'iter_unpack',
|
||||
|
||||
# Classes
|
||||
'Struct',
|
||||
|
||||
# Exceptions
|
||||
'error'
|
||||
]
|
||||
|
||||
from _struct import *
|
||||
from _struct import _clearcache
|
||||
from _struct import __doc__
|
||||
Reference in New Issue
Block a user