small updates

This commit is contained in:
2024-12-06 16:41:59 +01:00
parent 9623cfcf2c
commit 43a52391d5
2 changed files with 11 additions and 2 deletions
+2 -1
View File
@@ -1,9 +1,10 @@
import argparse
from argparse import Namespace
from functools import cached_property
class ArgumentsParser:
@cached_property
def parser(self):
def parser(self) -> Namespace:
parser = argparse.ArgumentParser(
prog=__file__,
description='Trigger based CPU governor auto adjust program.',