codeSearch/database/__init__.py

7 lines
116 B
Python

"""
데이터베이스 관리 패키지
"""
from .db_manager import DatabaseManager
__all__ = ['DatabaseManager']