pebble/third_party/pbl/pblconvert/pblconvert/__main__.py
2025-01-27 11:38:16 -08:00

8 lines
No EOL
113 B
Python

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