initial commit
This commit is contained in:
parent
f0f033b4fb
commit
d0245e09fc
11 changed files with 294 additions and 0 deletions
8
python_apps/media-monitor2/media/monitor/organizer.py
Normal file
8
python_apps/media-monitor2/media/monitor/organizer.py
Normal file
|
@ -0,0 +1,8 @@
|
|||
from media.monitor.handler import Handler
|
||||
|
||||
class Organizer(Handler):
|
||||
def correct_path(self): pass
|
||||
def handle(self, sender, event):
|
||||
print("Handling event: %s" % str(event))
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue