6 lines
155 B
Python
6 lines
155 B
Python
"""Operations used by Alembic-Data to create, update and delete objects."""
|
|
|
|
from .delete_row import *
|
|
from .insert_row import *
|
|
from .update_row import *
|