add dockerfile and release first version

This commit is contained in:
2025-06-20 16:06:50 +07:00
parent 9d73a5b763
commit 300807e26a
12 changed files with 318 additions and 51 deletions
View File
+2
View File
@@ -0,0 +1,2 @@
def format_vnd(amount: int) -> str:
return f"{amount:,.0f}đ".replace(",", ".")