Skip to content

Commit 0a8f1b8

Browse files
rolandlichtersjenkins
authored andcommitted
add empty example 42 run.py
1 parent ed1bdda commit 0a8f1b8

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

Examples/Example_42/run.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/usr/bin/env python
2+
3+
import sys
4+
sys.path.append('../')
5+
from ore_examples_helper import OreExample
6+
7+
oreex = OreExample(sys.argv[1] if len(sys.argv)>1 else False)
8+
9+
# don't do anything yet
10+

0 commit comments

Comments
 (0)