Files
2025-05-20 22:43:57 +02:00

8 lines
242 B
Python

from .build import build_appimage
from .appify import Appifier, tcltk_env_string
from .relocate import patch_binary, relocate_python
__all__ = ['Appifier', 'build_appimage', 'patch_binary', 'relocate_python',
'tcltk_env_string']