Files
sharex-quickzoom/main.py

4 lines
97 B
Python

if __name__ == "__main__":
import sys
from package import app
sys.exit(app.run())