5 changed files with 8 additions and 8 deletions
@ -1,2 +1,2 @@
|
||||
import circuitos |
||||
circuitos.run() |
||||
import fibonaccios |
||||
fibonaccios.run() |
||||
|
@ -1,8 +1,8 @@
|
||||
import bin #this is at the end of the script in case any functions from bin |
||||
#depend on anything here |
||||
from circuitos.exceptions import * |
||||
from circuitos.apploader import get_app |
||||
import circuitos.apploader # apploader hack |
||||
from fibonaccios.exceptions import * |
||||
from fibonaccios.apploader import get_app |
||||
import fibonaccios.apploader # apploader hack |
||||
import time |
||||
import usb_cdc |
||||
|
Loading…
Reference in new issue