【Back Feb 24th!】Holiday from Feb 14-23. All orders placed now will ship starting Feb 24th.
def echo(content): print (content) print("Running a script from the file system!") echo("Invoking a function")
ampy --port COM5 put script.py

import os os.listdir()

import script script.echo("Running the imported function")
