mirror of
https://gitlab.com/manzerbredes/esds.git
synced 2025-04-19 03:59:45 +00:00
Start implementating platform files
This commit is contained in:
parent
54d88bce8f
commit
f7a7af979d
5 changed files with 40 additions and 1 deletions
7
example/platform_test.py
Executable file
7
example/platform_test.py
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
from esds.helpers.platform import YAMLPlatformFile
|
||||
|
||||
|
||||
|
||||
simulator=YAMLPlatformFile("platform.yaml")
|
Loading…
Add table
Add a link
Reference in a new issue