zenith-backend / app /services /diagnostics.py
teoat's picture
Upload folder using huggingface_hub
4ae946d verified
"""
Diagnostics Service
"""
class DiagnosticsService:
def check_system(self):
return {"status": "ok"}