Skip to content

Commit

Permalink
#1 Message task started the issue 1.
Browse files Browse the repository at this point in the history
  • Loading branch information
AvocadoStyle committed Apr 29, 2024
1 parent 1ddeb9d commit 15c5b6f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions model/action/message_action.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,10 @@ def __init__(self, browser_driver):
self.browser_driver = browser_driver
self.browser_action = BrowserAction(self.browser_driver)

def message(self):
"""
Message From the people that have been liked in the past.
"""
pass


0 comments on commit 15c5b6f

Please sign in to comment.