Source code for httk.atomistic.models.protopattern.backend
"""The abstract protopattern backend."""
from typing import Any, ClassVar
from httk.core import Backend
from httk.atomistic.models.protopattern.api import ProtopatternAPI
"""The abstract protopattern backend."""
from typing import Any, ClassVar
from httk.core import Backend
from httk.atomistic.models.protopattern.api import ProtopatternAPI