TypeError: field Config is defined without type annotation
odmantic์ ๋ชจ๋ธ๋ง ๋ฐฉ์์ด ๋ฐ๋๊ฑฐ ๊ฐ์ต๋๋ค. ์๋์ ๊ฐ์ด ์ฝ๋๋ฅผ ์์ ํ๋๋ ํด๊ฒฐ๋์ต๋๋ค. # book.py # ๊ฐ์์ ๋์ค๋ ์ฝ๋ class Config: collection = "books" # ์์ ํ ์ฝ๋ model_config = {"collection": "books"}