Source code for capytaine.green_functions.abstract_green_function
"""Abstract structure of a class used to compute the Green function"""
# Copyright (C) 2017-2019 Matthieu Ancellin
# See LICENSE file at <https://github.com/mancellin/capytaine>
from abc import ABC, abstractmethod