@@ -4,3 +4,6 @@ import typing
class SqliteExtDatabase:
def __init__(self, path: typing.Optional[str]):
pass
+
+ def atomic(self):
+ pass