Add initial project structure with main application and transport layer

This commit is contained in:
2026-08-01 15:26:44 -06:00
parent 34a3f17848
commit f3ae82351f
10 changed files with 169 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
[project]
name = "smail"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"typer>=0.27.0",
]