5 lines
68 B
Python
5 lines
68 B
Python
|
import telematrix
|
||
|
|
||
|
if __name__ == '__main__':
|
||
|
telematrix.main()
|