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

Commit 14b029a

Browse files
authored
Merge pull request #74 from grahamc/plan-intake-available-in
Plan: intake available_in
2 parents b5f7ec9 + efbc799 commit 14b029a

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)