add remove_bg function

This commit is contained in:
fiatrete
2023-06-20 02:45:37 -07:00
parent c7d3c047fd
commit baca747bbb
9 changed files with 94 additions and 2 deletions
@@ -18,6 +18,12 @@ class CallerContext:
return f"{of}"
return ""
def get_last_image(self) -> str:
raise NotImplementedError("Function not implemented")
def set_last_image(self, img: str):
raise NotImplementedError("Function not implemented")
async def reply_text(self, msg):
raise NotImplementedError("Function not implemented")