1 2 3 4 5 6 7 8
#!/usr/bin/env python # -*- coding: utf-8 -*- def main(): %HERE% if __name__ == '__main__': main()