codeSearch/ui/__init__.py

7 lines
104 B
Python

"""
UI 컴포넌트 패키지
"""
from .fault_finder import FaultFinderUI
__all__ = ['FaultFinderUI']