__init__.py 275 B

1234567
  1. from .build import build_appimage
  2. from .relocate import cert_file_env_string, patch_binary, relocate_python, \
  3. tcltk_env_string
  4. __all__ = ['build_appimage', 'cert_file_env_string', 'patch_binary',
  5. 'relocate_python', 'tcltk_env_string']