1
0

__init__.py 201 B

123456
  1. from .build import build_appimage
  2. from .relocate import patch_binary, relocate_python, tcltk_env_string
  3. __all__ = ['build_appimage', 'patch_binary', 'relocate_python',
  4. 'tcltk_env_string']