4 lines
90 B
Python
4 lines
90 B
Python
|
from wifi_manager import scan_wifi
|
||
|
|
||
|
if __name__ == '__main__':
|
||
|
wifi_list = scan_wifi()
|