Use proper Python imports
All checks were successful
Test / test (push) Successful in 1m6s

This commit is contained in:
polyfloyd 2025-07-17 18:03:32 +02:00
parent ed33bdfcba
commit a3b5392f7f
8 changed files with 38 additions and 19 deletions

View file

@ -1,3 +1,6 @@
[project]
name = "revbank-inflatinator"
version = "0.0.1"
[project.scripts]
inflatinator = "inflatinator.__main__:main"