refactor!: declare private and public interface by vdusek · Pull Request #456 · apify/crawlee-python

@vdusek added t-tooling

Issues with this label are in the ownership of the tooling team.

debt

Code quality improvement or decrease of technical debt.

labels

Aug 22, 2024

github-actions[bot]

github-actions[bot]

@vdusek vdusek added the adhoc

Ad-hoc unplanned task added during the sprint.

label

Aug 22, 2024

janbuchar

@vdusek vdusek deleted the define-private-and-public-modules branch

August 23, 2024 14:18

vdusek added a commit that referenced this pull request

Aug 26, 2024
### Description

- refactor: storage-related models are in base storage client
- basically I just split `crawlee/_models.py` to `crawlee/_request.py`
and `crawlee.base_storage_client._models.py`

### Issues

- Just a follow-up of #456 

### Testing

- Tests are passing

### Checklist

- [x] CI passed