summaryrefslogtreecommitdiff
path: root/example/platform_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'example/platform_test.py')
-rwxr-xr-xexample/platform_test.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/example/platform_test.py b/example/platform_test.py
new file mode 100755
index 0000000..ccc9a98
--- /dev/null
+++ b/example/platform_test.py
@@ -0,0 +1,7 @@
+#!/usr/bin/env python
+
+from esds.helpers.platform import YAMLPlatformFile
+
+
+
+simulator=YAMLPlatformFile("platform.yaml") \ No newline at end of file