Skip to content

Commit

Permalink
#15: Create init and endpoints list for SwaggerGen
Browse files Browse the repository at this point in the history
  • Loading branch information
keiranjprice101 committed Jul 25, 2019
1 parent 3d4abfa commit 134e74f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/swagger/swagger_generator.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
class SwaggerGenerator(object):

def __init__(self):
self.endpoints = []

pass

0 comments on commit 134e74f

Please sign in to comment.