Skip to content
Snippets Groups Projects

BIG flow3r

Merged rahix requested to merge rahix/big-flow3r into main
2 unresolved threads
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
+ 3
0
@@ -8,6 +8,9 @@ class WLAN:
def active(self, active):
return True
def scan(self):
return []
def connect(self, ssid, key=None):
pass
Loading