Multinut/multinut/__init__.py
Dominik Krenn 612bce4907 refactor: remove unused functions and update add function type hints
bump version to 0.1.1 and clean up setup.py classifiers
2025-06-30 11:07:46 +02:00

3 lines
49 B
Python

def add(x: int, y: int) -> int:
return x + y