Files
serv_benchmark/backend/app/api/endpoints/__init__.py
Gilles Soulier c67befc549 addon
2026-01-05 16:08:01 +01:00

8 lines
119 B
Python
Executable File

"""
Linux BenchTools - API Endpoints
"""
from . import peripherals, locations
__all__ = ["peripherals", "locations"]