File size: 134 Bytes
f38488f | 1 2 3 4 5 6 | #!/usr/bin/env python3
import time
class Watchdog:
def monitor(self):
print("[WATCHDOG] Monitoring project integrity...")
|
f38488f | 1 2 3 4 5 6 | #!/usr/bin/env python3
import time
class Watchdog:
def monitor(self):
print("[WATCHDOG] Monitoring project integrity...")
|