annator / src /main.py
techprotrade's picture
Add src directory
734b5b4 verified
Raw
History Blame Contribute Delete
103 Bytes
from src.ui.desktop_app import launch
def main():
launch()
if __name__ == "__main__":
main()