Skip to content

Commit efbc799

Browse files
cleverca22grahamc
authored andcommitted
Plan: intake available_in
1 parent 79438f8 commit efbc799

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packet/Plan.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ def __init__(self, data):
1111
self.pricing = data.get("pricing")
1212
self.specs = data.get("specs")
1313
self.description = data.get("description")
14+
self.available_in = data.get("available_in")
1415

1516
def __str__(self):
1617
return "%s" % self.slug

0 commit comments

Comments
 (0)