Source code for pycif.plugins.domains.lmdz_ico.create_domain

from ....utils.check.errclass import CifValueError
[docs] def create_domain(*args, **kwargs): raise CifValueError("cannot generate LMDZ domain from nothing")