Skip to content

Commit

Permalink
Add template for twitter trends plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonidhaMara authored and pnhofmann committed May 11, 2022
1 parent 09f9eed commit 42e41b7
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions jarviscli/plugins/twitter_trends.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@

class Trend:
pass


def available_countries():
pass


def show_countries():
pass


def get_country():
pass


def get_trends(country: int):
pass

0 comments on commit 42e41b7

Please sign in to comment.