mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-06-26 09:42:11 +08:00
6c702630ac
old-commit-hash: 14fb17e22f
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()
|
|
|