Task
📝 **Task:** Implement \`Resource\` with async __aenter__/__aexit__ so \`async with Resource()\` prints **acquired → using → released** in order.
📋 Edit the starter code below. Tests run automatically.
💡 **Hint:** Re-read the theory if you get stuck.