mirror of
https://github.com/infiniteCable2/panda.git
synced 2026-02-19 01:33:52 +08:00
12 lines
129 B
Python
12 lines
129 B
Python
import os
|
|
from panda import Panda
|
|
|
|
def test_recover():
|
|
p = Panda()
|
|
p.recover()
|
|
|
|
def test_flash():
|
|
p = Panda()
|
|
p.flash()
|
|
|