mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 03:07:56 +00:00
9 lines
94 B
Python
Executable File
9 lines
94 B
Python
Executable File
#!/usr/bin/env python3
|
|
|
|
import Realm
|
|
|
|
|
|
test = Realm.Realm("localhost:8080")
|
|
|
|
test.stationList
|