Commit 3428d7a3 by sikang

upate script

parent 430700b3
# -*-coding:utf-8-*-
from func import Function
from shell import Shell
from tools.garble import Garble
from tools.activity_garble import ActivityGarble
from tools.garbel.garble import Garble
from tools.garbel.activity_garble import ActivityGarble
import os
import shutil
......
import ${pkg_name};
public class ${class_name}{
${variable}
${function}
}
\ No newline at end of file
public ${return_type} ${func_name}(${params}){
}
\ No newline at end of file
String ${var_name} = "${var_value}"
double ${var_name} = ${var_value}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment