aboutsummaryrefslogtreecommitdiffstats
path: root/python/tasks.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/tasks.py')
-rw-r--r--python/tasks.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/python/tasks.py b/python/tasks.py
new file mode 100644
index 00000000..e842343c
--- /dev/null
+++ b/python/tasks.py
@@ -0,0 +1,8 @@
+import subprocess
+from intex_scenarios import generate_scenarios
+
+def build_portfolio(dealname):
+ pass
+
+def build_scenario(dealname):
+ pass