This repository has been archived on 2023-02-02. You can view files and clone it, but cannot push or open issues or pull requests.
barkshark-web/barkshark_web/passwords/bitwarden/result.py

7 lines
136 B
Python

from ..base import PasswordResult
class BitwardenResult(PasswordResult):
def __iter__(self):
for item in self._items:
yield item