addon
This commit is contained in:
7
backend/app/api/endpoints/__init__.py
Executable file
7
backend/app/api/endpoints/__init__.py
Executable file
@@ -0,0 +1,7 @@
|
||||
"""
|
||||
Linux BenchTools - API Endpoints
|
||||
"""
|
||||
|
||||
from . import peripherals, locations
|
||||
|
||||
__all__ = ["peripherals", "locations"]
|
||||
Reference in New Issue
Block a user