jw-pkg/scripts/jw-pkg.py

7 lines
108 B
Python
Raw Permalink Normal View History

#!/usr/bin/python3
# -*- coding: utf-8 -*-
# PYTHON_ARGCOMPLETE_OK
from jw.pkg.App import App
App().run()