Skip to content

Commit

Permalink
Update runner.tpl
Browse files Browse the repository at this point in the history
  • Loading branch information
xzyaoi committed Sep 11, 2018
1 parent 8ad8aa5 commit 59036e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/runner.tpl
@@ -1,7 +1,7 @@
#coding:utf-8

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

solver = {{solver.Classname}}()
solver = {{Classname}}()

solver.start()
solver.start()

0 comments on commit 59036e4

Please sign in to comment.