Source code for autogalaxy.profiles.light.operated.gaussian

from autogalaxy.profiles.light import standard as lp

from autogalaxy.profiles.light.operated.abstract import LightProfileOperated


[docs] class Gaussian(lp.Gaussian, LightProfileOperated): pass