working samples

Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
Jess Frazelle
2023-11-29 10:32:31 -08:00
parent 9f8069decb
commit ed36086040
37 changed files with 962 additions and 856 deletions

View File

@ -1,5 +1,4 @@
from typing import List
from uuid import UUID
from pydantic import BaseModel
@ -8,4 +7,4 @@ from pydantic import BaseModel
class SelectGet(BaseModel):
"""The response from the `SelectGet` command."""
entity_ids: List[UUID]
entity_ids: List[str]