pebble/third_party/pbl/pblconvert/pblconvert/__main__.py

8 lines
113 B
Python

# -*- coding: utf-8 -*-
"""executed when directory is called as script."""
from pblconvert import main
main()