mirror of
https://github.com/niess/python-appimage.git
synced 2026-03-14 04:10:15 +01:00
8 lines
275 B
Python
8 lines
275 B
Python
from .build import build_appimage
|
|
from .relocate import cert_file_env_string, patch_binary, relocate_python, \
|
|
tcltk_env_string
|
|
|
|
|
|
__all__ = ['build_appimage', 'cert_file_env_string', 'patch_binary',
|
|
'relocate_python', 'tcltk_env_string']
|