We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d46488 commit f18dda3Copy full SHA for f18dda3
1 file changed
src/ml_project/two_numbers.py
@@ -3,7 +3,7 @@
3
4
@dataclass
5
class TwoNumbers:
6
- """정수 두 개 더하는 클래스."""
+ """Example class that adds two numbers."""
7
8
num_1: int
9
num_2: int
0 commit comments