100coding
11/28/2017 - 9:22 AM

3ccf590a-c47c-4cd0-a602-996a95a8da43

<?xml version="1.0" encoding="utf-8" ?>
<RpsAddin>
  <StartupScript src="good_morning_world.py"/>
  <RibbonPanel text="Hello World">
    <!-- the script is always searched relative to the location of the RpsAddin xml file -->
    <PushButton text="Hello World!" src="helloworld.py"/>
  </RibbonPanel>
</RpsAddin>