mirror of
https://github.com/tgorordo/carousel.git
synced 2026-06-12 20:42:13 -07:00
add pyinstaller target
This commit is contained in:
parent
19c6b29a5f
commit
5ee9a2f33f
1 changed files with 4 additions and 0 deletions
4
src/main.py
Normal file
4
src/main.py
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
import carousel
|
||||
|
||||
if __name__ == "__main__":
|
||||
carousel.main()
|
||||
Loading…
Add table
Add a link
Reference in a new issue