summaryrefslogtreecommitdiff
path: root/example/platform_test.py
blob: 2573b325d7867514d985a242f32870131250cdfb (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/env python

from esds.helpers.platform import YAMLPlatformFile



s=YAMLPlatformFile("platform.yaml")
s.run()