Skip to content

Commit

Permalink
forgot to add the new dummy file
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanthecoder committed May 31, 2024
1 parent 5e50c2d commit 249e6fc
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
"""Dummy google_sheets_tool object."""


class google_interaction_error(Exception):
"""Dummy exception."""

pass


class google_sheet:
"""Dummy class."""

pass

0 comments on commit 249e6fc

Please sign in to comment.