Skip to content

Conversation

@dannywillems
Copy link
Contributor

Summary

  • Add L9Subdomain to __init__.py imports and __all__ for public API access
  • Remove R class from response.py — it extends AbstractResponse without implementing abstract methods and cannot be instantiated

Test plan

  • All 70 tests pass
  • from leakix import L9Subdomain works

Closes #31

- Add L9Subdomain to package exports and __all__ so users can
  import it directly via `from leakix import L9Subdomain`
- Remove R class from response.py: it extends AbstractResponse
  without implementing abstract methods, making it unusable

Closes #31
@dannywillems dannywillems merged commit 18876b8 into main Feb 8, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Re-export L9Subdomain and remove dead R class

1 participant