Skip to content

Commit

Permalink
added tools
Browse files Browse the repository at this point in the history
  • Loading branch information
i_aryamaan-jain committed Sep 21, 2021
1 parent a52c57f commit 58ca259
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Algorithm/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
from .template import template
from .template import template
from .tools import tools
6 changes: 6 additions & 0 deletions Algorithm/tools.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## imports


class tools:
def __init__(self):
pass

0 comments on commit 58ca259

Please sign in to comment.