aboutsummaryrefslogtreecommitdiff
path: root/template/main.py
blob: 6f1b9a074c25736777eaa110e576f311a466b87e (plain)
1
2
3
4
5
6
7
8
9
10
# vim: fileencoding=utf-8


def main():
	{{_cursor_}}


if __name__ == '__main__':
	main()