Skip to content

Instantly share code, notes, and snippets.

1) 폴더 구조 + FastAPI 라우트 설계 (MVP)
폴더 구조(최소)
코드 복사
mport-scope-dashboard/
app/
main.py # FastAPI 엔트리
config.py # 스코프 IP/포트 등 설정
drivers/
base.py # 공통 인터페이스(어댑터)