Source code for fatsecret.resources.profile

"""Profile Auth resource - thin re-export of the generated implementation."""

from __future__ import annotations

from ._generated.profile import ProfileResource

__all__ = ["ProfileResource"]