리팩토링

This commit is contained in:
imnyang 2025-06-07 19:15:21 +09:00
commit 0d09f191c5
7 changed files with 559 additions and 141 deletions

View file

@ -21,6 +21,7 @@ uv run main.py
# 기여 방법
`./addon/init.py`
```py
from example_check import Example
@ -36,6 +37,7 @@ class LoggerAddon:
```
`./addon/example.py`
```py
import lib.target as target
from lib.report import save_report
@ -57,4 +59,4 @@ class Example:
save_report(report_data)
```
이러한 예제를 참고하여 작성하여주세요.
이러한 예제를 참고하여 작성하여주세요.