DEBSOURCES
Skip Quicknav
sources / python-shopifyapi / 12.7.0-3 / shopify / resources / user.py
1234567
from ..base import ShopifyResource class User(ShopifyResource): @classmethod def current(cls): return User(cls.get("current"))