mirror of
https://github.com/j93es/oauth-backend.git
synced 2026-06-04 03:51:51 +09:00
리팩토링
This commit is contained in:
parent
fcc0b6d2f3
commit
0d09f191c5
7 changed files with 559 additions and 141 deletions
|
|
@ -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)
|
||||
```
|
||||
|
||||
이러한 예제를 참고하여 작성하여주세요.
|
||||
이러한 예제를 참고하여 작성하여주세요.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue