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