mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
8 lines
68 B
Python
8 lines
68 B
Python
#!/usr/bin/python3
|
|
import os
|
|
|
|
|
|
|
|
if __name__ == '__main__':
|
|
|
|
pass |