From 50270c6dd21fb071fdb19e37f8dc95f4d6dff616 Mon Sep 17 00:00:00 2001 From: mattn Date: Fri, 28 Oct 2011 09:42:05 +0900 Subject: BIG CHANGE: changed directory structure. --- template/python/base-main.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 template/python/base-main.py (limited to 'template/python/base-main.py') diff --git a/template/python/base-main.py b/template/python/base-main.py new file mode 100644 index 0000000..e40b7ba --- /dev/null +++ b/template/python/base-main.py @@ -0,0 +1,8 @@ +# vim: fileencoding=utf-8 + +def main(): + {{_cursor_}} + +if __name__ == '__main__': + main() + -- cgit v1.2.3-54-g00ecf