Solved: Re: Migrate tool/script from ArcMap to ArcGIS Pro...
importarcpyimportpythonaddinsclassPointTool(object):"""Implementation for Point_addin.PointTool (Tool)"""def__init__(self):self.enabled=Trueself.cursor=3self.shape="Line"# Can set to "Line", "Circle" or "Rectan