mirror of
https://github.com/kekingcn/kkFileView.git
synced 2026-04-20 01:18:37 +00:00
集成OpenOffice替换为LibreOffice
This commit is contained in:
@@ -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