mirror of
https://github.com/google/pebble.git
synced 2025-05-08 10:51:39 -04:00
8 lines
No EOL
113 B
Python
8 lines
No EOL
113 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
|
|
"""executed when directory is called as script."""
|
|
|
|
|
|
from pblconvert import main
|
|
main() |