mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-13 11:35:56 +00:00
8 lines
68 B
Python
8 lines
68 B
Python
#!/usr/bin/python3
|
|
import os
|
|
|
|
|
|
|
|
if __name__ == '__main__':
|
|
|
|
pass |