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