tidbyt / pixlet

Build apps for pixel-based displays ✨
https://tidbyt.com
Apache License 2.0
756 stars 107 forks source link

runtime: Support applets with multiple Starlark files #1041

Closed rohansingh closed 4 months ago

rohansingh commented 4 months ago

With NewAppletFromFS, process all the Starlark files in the root directory to look for main() and schema() functions.

Also allow files to load other Starlark files.