Skoraj koncano, manjka generiranje obj kode

This commit is contained in:
Timon 2026-01-03 21:41:45 +01:00
parent d50c62106e
commit 4b2a7a3cc2
47 changed files with 1034 additions and 0 deletions

View file

@ -0,0 +1,21 @@
[project]
name = "zbirnik"
version = "0.1.0"
description = ""
authors = [
{ name = "Timon", email = "timonbub@gmail.com" }
]
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"ply>=3.11,<4.0"
]
[tool.poetry]
packages = [
{ include = "zbirnik", from = "src" }
]
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"