Skip to content

Commit

Permalink
api module
Browse files Browse the repository at this point in the history
  • Loading branch information
KDwevedi committed Sep 20, 2023
1 parent 1498400 commit 1aba45a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Empty file added api/__init__.py
Empty file.
3 changes: 3 additions & 0 deletions api/github.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
class Issue:
def __init__(self, url) -> None:
self.url = url

0 comments on commit 1aba45a

Please sign in to comment.