diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-09-10 10:06:17 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-09-10 10:06:17 +0200 |
| commit | f7a7af979d89d01928c252e75a57844f710ab928 (patch) | |
| tree | ade6de9b0dc7e9f4ac33cc3d2d397a17feabcea4 /example/platform_test.py | |
| parent | 54d88bce8f0ae07fb4672f66fe0fed3f0edb4fcc (diff) | |
Start implementating platform files
Diffstat (limited to 'example/platform_test.py')
| -rwxr-xr-x | example/platform_test.py | 7 |
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 |
