mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-17 02:01:01 +03:00
8 lines
68 B
Python
8 lines
68 B
Python
#!/usr/bin/python3
|
|
import os
|
|
|
|
|
|
|
|
if __name__ == '__main__':
|
|
|
|
pass |