diff options
Diffstat (limited to 'gsxws')
-rw-r--r-- | gsxws/comms.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gsxws/comms.py b/gsxws/comms.py index e18193f..59e7f23 100644 --- a/gsxws/comms.py +++ b/gsxws/comms.py @@ -1,3 +1,6 @@ +from core import GsxObject + + class Communication(GsxObject): def get_content(): """ @@ -10,4 +13,3 @@ class Communication(GsxObject): The Fetch Communication Articles API allows the service partners to fetch all the active communication message IDs. """ -
\ No newline at end of file |