mirror of
https://github.com/koloideal/Argenta.git
synced 2026-06-10 10:05:28 +03:00
work on v0.3.0
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user