@include "github:electricimp/Serializer/Serializer.class.nut"

class MyAgent {
  _myTmp="MyAgent";
  function myFunc() {
  }
}
