projekty
/
imago.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
more comments
[imago.git]
/
imago_pack
/
imago.py
diff --git
a/imago_pack/imago.py
b/imago_pack/imago.py
index
806ddcc
..
33e6181
100755
(executable)
--- a/
imago_pack/imago.py
+++ b/
imago_pack/imago.py
@@
-1,6
+1,9
@@
#!/usr/bin/env python
#!/usr/bin/env python
-"""Go image recognition."""
+"""Go image recognition.
+
+This is the main UI module of Imago.
+"""
import sys
import os
import sys
import os
@@
-43,6
+46,7
@@
def argument_parser():
return parser
return parser
+# TODO factor this into smaller functions
def main():
"""Main function of the program."""
def main():
"""Main function of the program."""