chore: project cleanup, track missing files, and update README

This commit is contained in:
fiatcode 2026-02-28 10:17:11 +07:00
parent 4c626a6c89
commit 9667431406
8 changed files with 135 additions and 3 deletions

4
main.py Normal file
View file

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