from ArtNet.artnet_manager import ArtNetManager # TODO fix DB bug # TODO 1. Open known image # TODO 2. edit a tag on the current image & save the edit # TODO 3. attempt to save the current image if __name__ == "__main__": am = ArtNetManager() am.run()