__init__.py 242 B

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