Commit f8facadc authored by Alexander Mordvintesv's avatar Alexander Mordvintesv

print description in mosse.py

parent f6191cc5
......@@ -176,6 +176,7 @@ class App:
if __name__ == '__main__':
print __doc__
import sys, getopt
opts, args = getopt.getopt(sys.argv[1:], '', ['pause'])
opts = dict(opts)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment