mirror of
https://github.com/google/pebble.git
synced 2026-02-14 09:27:20 -05:00
8 lines
113 B
Python
8 lines
113 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
|
|
"""executed when directory is called as script."""
|
|
|
|
|
|
from pblconvert import main
|
|
main() |