1

Archive Project

# Conflicts:
#	.gitignore
This commit is contained in:
Kim Wittenburg
2020-07-22 11:06:03 +02:00
parent 1d58ad24b4
commit 2f4c6d4908
7 changed files with 299 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
"""Operations used by Alembic-Data to create, update and delete objects."""
from .delete_row import *
from .insert_row import *
from .update_row import *