diff options
Diffstat (limited to 'template/main.python')
-rw-r--r-- | template/main.python | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/template/main.python b/template/main.python index 6f1b9a0..e40b7ba 100644 --- a/template/main.python +++ b/template/main.python @@ -1,10 +1,8 @@ # vim: fileencoding=utf-8 - def main(): {{_cursor_}} - if __name__ == '__main__': main() |