Skip to content

Commit

Permalink
Created builder module and Builder class in it
Browse files Browse the repository at this point in the history
  • Loading branch information
dansobolev committed Oct 26, 2020
1 parent fa27e4d commit 80ac9de
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/builder.py
@@ -0,0 +1,4 @@
class Builder:
def __init__(self, path):
self.path = path

0 comments on commit 80ac9de

Please sign in to comment.