Skip to content
This repository was archived by the owner on Mar 4, 2026. It is now read-only.

Commit efbc799

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)