refactoring
This commit is contained in:
6
core/__init__.py
Normal file
6
core/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
"""
|
||||
core/ — 순수 비즈니스 로직 패키지
|
||||
|
||||
Playwright, httpx 등 외부 I/O 의존성 없이 동작합니다.
|
||||
모든 설정은 config/ YAML에서 config_loader를 통해 로드합니다.
|
||||
"""
|
||||
Reference in New Issue
Block a user