reorganization

This commit is contained in:
2026-02-09 00:05:21 -05:00
parent 68a32857b5
commit b6065a80e8
5 changed files with 25 additions and 0 deletions

4
__main__.py Normal file
View File

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