add pyinstaller target

This commit is contained in:
Thomas (Tom) C. Gorordo 2025-04-18 03:01:28 -07:00
parent 19c6b29a5f
commit 5ee9a2f33f
Signed by: tgorordo
GPG key ID: 0CBED22BB0D94490

4
src/main.py Normal file
View file

@ -0,0 +1,4 @@
import carousel
if __name__ == "__main__":
carousel.main()