Skip to content

Commit

Permalink
feat: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
pmareke committed Sep 21, 2024
1 parent 7c0e2e7 commit 3bfe9c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
- The production code goes inside the `src` folder.
- The `delivery` folder contains the `API` logic.
- The `domain` folder contains the domain classes of the app.
- The `infrastructure` folder contains the classes that interact with the external services.
- The `use_cases` folder contains the business logic.
- The `common` folder contains the shared logic.
- Inside the `scripts` folder you can find the git hooks files.
Expand Down
Empty file added src/infrastructure/__init__.py
Empty file.

0 comments on commit 3bfe9c7

Please sign in to comment.