diff options
author | Mattias Andrée <maandree@operamail.com> | 2012-10-28 17:21:51 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2012-10-28 17:21:51 +0100 |
commit | bd08a69c605557b859c455d41773185b43883d50 (patch) | |
tree | a6cb895331d84f11a9ac2657ca69dedeca240ab2 /auto-auto-complete.py | |
parent | first commit (diff) | |
download | auto-auto-complete-bd08a69c605557b859c455d41773185b43883d50.tar.gz auto-auto-complete-bd08a69c605557b859c455d41773185b43883d50.tar.bz2 auto-auto-complete-bd08a69c605557b859c455d41773185b43883d50.tar.xz |
main python 3 script definition
Diffstat (limited to 'auto-auto-complete.py')
-rw-r--r-- | auto-auto-complete.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/auto-auto-complete.py b/auto-auto-complete.py new file mode 100644 index 0000000..b3f9985 --- /dev/null +++ b/auto-auto-complete.py @@ -0,0 +1,5 @@ +#!/usr/bin/env python3 + +if __name__ = '__main__': + print('I am so sorry, this is not implement yet.') + |