aboutsummaryrefslogtreecommitdiffstats
path: root/machammer/process.py
diff options
context:
space:
mode:
Diffstat (limited to 'machammer/process.py')
-rwxr-xr-xmachammer/process.py19
1 files changed, 19 insertions, 0 deletions
diff --git a/machammer/process.py b/machammer/process.py
new file mode 100755
index 0000000..d445e07
--- /dev/null
+++ b/machammer/process.py
@@ -0,0 +1,19 @@
+# -*- coding: utf-8 -*-
+
+from .functions import osascript, call
+
+
+def pidof(name):
+ pass
+
+
+def is_running(name):
+ pass
+
+
+def quit(name):
+ pass
+
+
+def kill(name):
+ pass