llmcodegen/tests/__init__.py

6 lines
198 B
Python

"""
Initialization file for the tests package of the LLM code generation tool.
This file marks the 'tests' directory as a Python package, enabling proper
imports and test discovery with pytest.
"""