DIrtyCha's picture
Initial commit from PainReport
acaf471
raw
history blame contribute delete
174 Bytes
"""
Rule-based clinical inference engine for deterministic medical reasoning.
"""
from .rule_engine import ClinicalRule, RuleEngine
__all__ = ['ClinicalRule', 'RuleEngine']