파일 상단에 파일명 주석 추가

This commit is contained in:
2025-07-21 17:32:54 +09:00
parent de487af1ff
commit c253a9fcf6
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
# db.py
import os
from sqlalchemy import create_engine
from sqlalchemy.orm import sessionmaker

View File

@ -1,3 +1,4 @@
# db_schema.py
import os
import yaml
from sqlalchemy import Table, Column, Date, Integer, String, Float, Text, MetaData, UniqueConstraint, DateTime