moved scheduler to resources/lib and created non-complex entry point

This commit is contained in:
Rob Weber
2019-12-17 15:02:07 -06:00
parent b1f6d36d73
commit 04bac77690
4 changed files with 204 additions and 202 deletions

4
service.py Normal file
View File

@@ -0,0 +1,4 @@
from resources.lib.scheduler import BackupScheduler
# start the backup scheduler
BackupScheduler().start()