Skip to content

Commit

Permalink
add runner template
Browse files Browse the repository at this point in the history
  • Loading branch information
xzyaoi committed Sep 10, 2018
1 parent 1efa186 commit 8ad8aa5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ cvpm.egg-info/
node_modules
build
dist
.env
.env
.idea
7 changes: 7 additions & 0 deletions scripts/runner.tpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#coding:utf-8

from {{solver.Package}}.{{solver.Filename}} import {{solver.Classname}}

solver = {{solver.Classname}}()

solver.start()

0 comments on commit 8ad8aa5

Please sign in to comment.