Skip to content
Snippets Groups Projects
Commit f26bcbaf authored by Renze's avatar Renze
Browse files

Fix import line

parent fd697190
Branches
Tags
No related merge requests found
...@@ -5,9 +5,7 @@ You can customize this script however you want :) If you want to go back to ...@@ -5,9 +5,7 @@ You can customize this script however you want :) If you want to go back to
the default version, just delete this file; the firmware will recreate it on the default version, just delete this file; the firmware will recreate it on
next run. next run.
""" """
import buttons import buttons, color, display, os, ujson, sys
import color
import display, os, ujson, sys
def read_metadata(app_folder): def read_metadata(app_folder):
try: try:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment