Vitalis_Devcore / src /senses /sigint_processor.py
FerrellSyntheticIntelligence
Initial clean commit: Source code only
29cdc9d
#!/usr/bin/env python3
from .base_sensor import BaseSensor
class SigIntProcessor(BaseSensor):
def sense(self):
return "SIGNAL_DETECTED"