feat: add tombi-beta.

This commit is contained in:
yassun7010 2025-04-23 22:16:08 +09:00
parent be36606972
commit c195efd0b0
4 changed files with 16 additions and 0 deletions

View file

View file

@ -0,0 +1,14 @@
[project]
name = "tombi-beta"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
authors = [
{ name = "yassun7010", email = "yassun7010@outlook.com" },
]
dependencies = []
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"

View file

@ -0,0 +1,2 @@
def hello() -> str:
return "Hello from tombi-beta!"