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

12 lines
No EOL
193 B
Python
Executable file

#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Convenience wrapper for running directly from source tree."""
from pblconvert.pblconvert import main
if __name__ == '__main__':
main()