from ligandparam.parametrization import Recipe
from ligandparam.stages import *
[docs]
class RNALigand(Recipe):
def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)
return
[docs]
def setup():
raise NotImplementedError("This class is not yet implemented.")