Implement initial structure and core functionality for Duck Preview application

This commit is contained in:
2026-05-12 07:10:11 +02:00
parent be85d7ca31
commit 58fff52d31
18 changed files with 610 additions and 0 deletions

3
duck_preview/__main__.py Normal file
View File

@@ -0,0 +1,3 @@
from duck_preview.app import main
main()