Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
Signed-off-by: Subhransu Bhattacharjee <[email protected]>
  • Loading branch information
1ssb committed Sep 11, 2023
1 parent 2159fcb commit 3af891f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions use/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ def main():
summary = mangrove.summary()
print(f"Summary: {summary}")

# 11. Deleting the Mangrove object
print("Deleting Mangrove object...")
mangrove.deleter()
print("Mangrove object deleted.")

except Exception as e:
print("An error occurred:", e)

Expand Down

0 comments on commit 3af891f

Please sign in to comment.