Source code for trinity.buffer.buffer_reader
"""Reader of the buffer."""
from abc import ABC, abstractmethod
from typing import List, Optional
from trinity.common.constants import ReadStrategy
"""Reader of the buffer."""
from abc import ABC, abstractmethod
from typing import List, Optional
from trinity.common.constants import ReadStrategy