feat: initialize project with Python version, main entry point, and Toss API integration

This commit is contained in:
Nate Doohyun Jang
2026-06-19 22:12:03 +09:00
parent 9ec8440d46
commit 12168d0796
4 changed files with 106 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
[project]
name = "toss-quant"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = []