You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
443 B
Python
15 lines
443 B
Python
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
|
|
|
|
# TODO fix bugs:
|
|
# TODO 1. import tags on #237 failed to catch all tags
|
|
# TODO 2. pressing prev. Unknown from ~#238 returns wrong unknowns! (always #136, #132, #127, then correct)
|
|
|
|
if __name__ == "__main__":
|
|
am = ArtNetManager()
|
|
am.run()
|