Skip to content

Commit b44b231

Browse files
committed
Push initial scaffold
Signed-off-by: Aivin V. Solatorio <[email protected]>
1 parent 4a5f2bb commit b44b231

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

llm4data/__init__.py

Whitespace-only changes.

pyproject.toml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[tool.poetry]
2+
name = "llm4data"
3+
version = "0.0.1.dev0"
4+
description = ""
5+
authors = ["Aivin V. Solatorio <[email protected]>"]
6+
readme = "README.md"
7+
8+
[tool.poetry.dependencies]
9+
python = "^3.10"
10+
11+
12+
[build-system]
13+
requires = ["poetry-core"]
14+
build-backend = "poetry.core.masonry.api"

tests/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)