Explorar el Código

Add script for developper friendly

Kentaro Wada hace 9 años
padre
commit
c022723b34
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. 7 0
      labelme_r

+ 7 - 0
labelme_r

@@ -0,0 +1,7 @@
+#!/usr/bin/env python
+
+import labelme.app
+
+
+if __name__ == '__main__':
+    labelme.app.main()