setu / module_a /__init__.py
khagu's picture
chore: finally untrack large database files
3998131
"""
Module A: Law Explanation (RAG Pipeline)
Nepal Justice Weaver - Hackathon Project
This module implements the RAG-based law explanation feature.
"""
from .interface import LawExplanationAPI
__all__ = ['LawExplanationAPI']
__version__ = "0.1.0"