modal-labs / modal-client

Python client library for Modal
https://modal.com/docs
Apache License 2.0
284 stars 38 forks source link

Move user code import to own module #2537

Closed freider closed 1 day ago

freider commented 2 days ago

A pretty large section of container entrypoint deals purely with user code imports - this just moves that out into its own module for easier groking.

No "changes" apart from imports + some test timeout thing