Skip to content

Commit ee87ee5

Browse files
committed
fix: creating sample src dir & formatting
1 parent 17b36eb commit ee87ee5

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ pyplatez/
2727
│ ├── FUNDING.yml # Sponsorships
2828
│ └── PULL_REQUEST_TEMPLATE.md
2929
├── assets/ # Images and static assets for docs
30+
├── src/ # Application source code
31+
│ └── pyplatez/ # The main package directory
3032
├── tests/ # Unit tests via pytest
3133
├── CODE_OF_CONDUCT.md # Community guidelines
3234
├── CONTRIBUTING.md # Instructions for dev setup and PRs

src/pyplatez/__init__.py

Whitespace-only changes.

tests/dummy_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
def test_placeholder():
2-
assert True
2+
assert True

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)