From 4fcf787efad3088af433072884e39c3b3f5b62e4 Mon Sep 17 00:00:00 2001 From: Chrys Date: Tue, 25 Jul 2017 15:30:48 +0200 Subject: [PATCH] add __init__ --- src/fenrir/commands/help/__init__.py | 0 src/fenrir/commands/onCursorChange/__init__.py | 0 src/fenrir/commands/onPlugInputDevice/__init__.py | 0 3 files changed, 0 insertions(+), 0 deletions(-) create mode 100755 src/fenrir/commands/help/__init__.py create mode 100755 src/fenrir/commands/onCursorChange/__init__.py create mode 100755 src/fenrir/commands/onPlugInputDevice/__init__.py diff --git a/src/fenrir/commands/help/__init__.py b/src/fenrir/commands/help/__init__.py new file mode 100755 index 00000000..e69de29b diff --git a/src/fenrir/commands/onCursorChange/__init__.py b/src/fenrir/commands/onCursorChange/__init__.py new file mode 100755 index 00000000..e69de29b diff --git a/src/fenrir/commands/onPlugInputDevice/__init__.py b/src/fenrir/commands/onPlugInputDevice/__init__.py new file mode 100755 index 00000000..e69de29b