10 lines
185 B
Python
Executable File
10 lines
185 B
Python
Executable File
#!/usr/bin/env python
|
|
import __py_include
|
|
|
|
from pprint import pprint
|
|
from homekit.camera.config import IpcamConfig
|
|
|
|
|
|
if __name__ == '__main__':
|
|
c = IpcamConfig()
|
|
pprint(c.get()) |