mirror of
https://github.com/niess/python-appimage.git
synced 2026-03-14 12:20:14 +01:00
Add install command & reorganize
This commit is contained in:
5
python_appimage/appimage/__init__.py
Normal file
5
python_appimage/appimage/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from .build import build_appimage
|
||||
from .relocate import patch_binary, relocate_python
|
||||
|
||||
|
||||
__all__ = ['build_appimage', 'patch_binary', 'relocate_python']
|
||||
Reference in New Issue
Block a user