~fginther/core-image-publisher/edge-support

1.1.1 by Thomi Richards
Initial stub.
1
#!/usr/bin/env python3
2
3
from core_image_publisher import main
4
5
6
if __name__ == '__main__':
7
    main()