esds/example/platform_test.py

8 lines
120 B
Python
Raw Normal View History

2022-09-10 10:06:17 +02:00
#!/usr/bin/env python
from esds.helpers.platform import YAMLPlatformFile
2022-09-11 14:48:59 +02:00
s=YAMLPlatformFile("platform.yaml")
s.run()