Add editing methods
This commit is contained in:
commit
f7d9c0193d
12 changed files with 161 additions and 0 deletions
3
editor/operations/__init__.py
Normal file
3
editor/operations/__init__.py
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
from .add_noise import add_noise
|
||||
from .change_temperature import change_temperature
|
||||
from .add_random_colour_spill import add_random_colour_spill
|
||||
Loading…
Add table
Add a link
Reference in a new issue