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.
11 lines
290 B
Python
11 lines
290 B
Python
from ArtNet.artnet_manager import ArtNetManager
|
|
|
|
# TODO features:
|
|
# TODO 2. Add creation/editing/deletion of Topics (Needs Dialogs)
|
|
# TODO 3. add changing/adding Topics to Artists (See dockers/topic/artist_topic_docker.py)
|
|
|
|
|
|
if __name__ == "__main__":
|
|
am = ArtNetManager()
|
|
am.run()
|