# DO NOT EDIT — auto-generated by half-orm-dev
from typing import Iterator
from {package_name}.ho_typeddicts import {dict_class_name}

class {class_name}:
    def __iter__(self) -> Iterator[{dict_class_name}]: ...
    def ho_get(self, *args) -> {dict_class_name}: ...
    async def ho_aget(self, *args) -> {dict_class_name}: ...
