Skip to content

Commit

Permalink
add SessionCookies in public import
Browse files Browse the repository at this point in the history
  • Loading branch information
Mantisus committed Feb 13, 2025
1 parent e7cdb88 commit 3860702
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/crawlee/sessions/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from ._cookies import SessionCookies
from ._session import Session
from ._session_pool import SessionPool

__all__ = ['Session', 'SessionPool']
__all__ = ['Session', 'SessionCookies', 'SessionPool']

0 comments on commit 3860702

Please sign in to comment.