Source code for autowire.impl.implementable
"""
impl.implementable
==================
Abstract base class for implementable things.
"""
import abc
from autowire.base import Implementation
"""
impl.implementable
==================
Abstract base class for implementable things.
"""
import abc
from autowire.base import Implementation