first commit
This commit is contained in:
19
templates/dynamic/ext/py
Executable file
19
templates/dynamic/ext/py
Executable file
@@ -0,0 +1,19 @@
|
||||
#!/bin/sh
|
||||
|
||||
cat<<EOF
|
||||
#!/usr/bin/python3
|
||||
# -*- coding:utf-8 -*-
|
||||
#=========================================
|
||||
# Filename : $1
|
||||
# Author : Colben
|
||||
# Create : `date +"%F %R"`
|
||||
#=========================================
|
||||
|
||||
|
||||
|
||||
def main():
|
||||
return
|
||||
|
||||
if '__main__' == __name__:
|
||||
main()
|
||||
EOF
|
Reference in New Issue
Block a user