Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
rsivilli committed Oct 1, 2024
0 parents commit da8778f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
Empty file added README.md
Empty file.
Empty file added lazy_dev_ai/__init__.py
Empty file.
14 changes: 14 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[tool.poetry]
name = "lazy-dev-ai"
version = "0.1.0"
description = ""
authors = ["Robert Sivilli <[email protected]>"]
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.10"


[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
Empty file added tests/__init__.py
Empty file.

0 comments on commit da8778f

Please sign in to comment.