Skip to content

Commit 4e6212e

Browse files
authored
Create __init__.py
1 parent 63c2add commit 4e6212e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/pricing-service/__init__.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
"""
2+
Pricing Service Package
3+
4+
Contains:
5+
- pricing_engine.py
6+
- producer.py
7+
- consumer.py
8+
- api_router.py
9+
- main.py
10+
"""

0 commit comments

Comments
 (0)