Test pre release - v0.1.4

This commit is contained in:
Vinicius Silva 2023-05-20 17:29:53 -03:00
parent 9174121cd8
commit 7187dd0c28
1 changed files with 2 additions and 1 deletions

View File

@ -10,6 +10,7 @@ if not is_root():
print("Please run this program with sudo!")
exit(0)
parser = argparse.ArgumentParser(prog="Danix", add_help=True)
usages = parser.add_argument_group("usages")