aboutsummaryrefslogtreecommitdiff
path: root/bin/salis.py
diff options
context:
space:
mode:
authorPaul Oliver <contact@pauloliver.dev>2024-02-29 02:29:14 +0100
committerPaul Oliver <contact@pauloliver.dev>2024-02-29 02:29:14 +0100
commit38764943e5fc61c424c018068dc7f6790dddf147 (patch)
tree65a0f5a00c91436b30e580f16365557437d61da7 /bin/salis.py
parent0e7b2e49585e3725736ae380cbd2dfb28fea5093 (diff)
Format repass.
Diffstat (limited to 'bin/salis.py')
-rwxr-xr-xbin/salis.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/salis.py b/bin/salis.py
index f51484c..e40e72d 100755
--- a/bin/salis.py
+++ b/bin/salis.py
@@ -20,13 +20,14 @@ import os
import re
import sys
import time
-
from argparse import ArgumentParser, HelpFormatter
+from subprocess import check_call
+
from ctypes import CDLL, c_bool, c_uint8, c_uint32, c_char_p, POINTER
+
from modules.common import Common
from modules.handler import Handler
from modules.printer import Printer
-from subprocess import check_call
__version__ = "2.0"