work on v0.3.0

This commit is contained in:
2025-02-20 22:10:29 +03:00
parent a63c46a78b
commit 79ccfbb3b1
5 changed files with 23 additions and 11 deletions
-1
View File
@@ -18,7 +18,6 @@ class Flag:
string_entity: str = self.flag_prefix + self.flag_name.lower()
else:
string_entity: str = self.flag_prefix + self.flag_name
print(string_entity)
return string_entity
def get_value(self):