You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
520 B

2 years ago
#!/usr/bin/env python2.7
# -*- coding: utf-8 -*-
"""
Author: Zhang Yueqian zhangyueqian@antiy.cn
Date: 2022-10-31 11:32:15
LastEditors: Zhang Yueqian zhangyueqian@antiy.cn
LastEditTime: 2022-10-31 11:38:24
FilePath: /screensaver/command/medr-screensaver-command.py
Description: 屏保程序 for MEDR项目. 本文件为提供命令行交互功能的部分.
"""
import gi
gi.require_version("Gtk", "3.0")
from gi.repository import GObject, Gio
def monitorSessionIdle():
pass
if __name__ == "__main__":
pass