For the complete documentation index, see llms.txt. This page is also available as Markdown.

Calling Python Code that is Saved in Another File

Calling Python Code that is Saved in Another File

from <folder_name>.<filename> import <Class_name>

How this would look:

from machines.vehicle_stuff import Vehicle

Last updated