Established plugin_helper.py as best practice

This commit is contained in:
Jokob-sk
2023-05-21 11:37:00 +10:00
parent 3831b5a50a
commit 8a1e472fed
3 changed files with 12 additions and 2 deletions

View File

@@ -4,6 +4,9 @@
import os
import pathlib
import argparse
import sys
sys.path.append("/home/pi/pialert/front/plugins")
from plugin_helper import Plugin_Objects