__init__.py

来自「skype的API」· Python 代码 · 共 50 行

PY
50
字号
'''Copyright (c) 2007, Arkadiusz WahligAll rights reserved.Distributed under the BSD License, see theaccompanying LICENSE file for more information.'''# This file is needed only when building executable files using py2exe.# It is imported by Skype4Py.conversion and makes sure that all languages# are included in the package built by py2exe. The tool lookes just at# the imports, it ignores the 'if' statement.## More about py2exe: http://www.py2exe.org/if False:    import ar    import bg    import cs    import cz    import da    import de    import el    import en    import en    import es    import et    import fi    import fr    import he    import hu    import it    import ja    import ko    import lt    import lv    import nl    import no    import pl    import pl    import pp    import pt    import ro    import ru    import sv    import tr    import x1

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?