feat: add minimal main function and passing test case
Co-authored-by: aider (openrouter/deepseek/deepseek-v4-pro) <aider@aider.chat>
This commit is contained in:
3
src/main.py
Normal file
3
src/main.py
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
def main():
|
||||||
|
"""Entry point for the application."""
|
||||||
|
pass
|
||||||
3
tests/test_main.py
Normal file
3
tests/test_main.py
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
def test_main():
|
||||||
|
"""Minimal test that always passes."""
|
||||||
|
assert True
|
||||||
Reference in New Issue
Block a user