Added annotations import to service.py

This commit is contained in:
strNophix 2022-03-14 22:53:20 +01:00
parent 52b3dad70c
commit 0b574e24bb

View File

@ -1,4 +1,5 @@
#!/usr/bin/env python3
from __future__ import annotations
import argparse
import sys
from os import path