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:
@@ -0,0 +1,11 @@
|
||||
from ...flag.entity import Flag
|
||||
|
||||
|
||||
class InputFlag(Flag):
|
||||
def set_value(self, value: str):
|
||||
self._value = value
|
||||
|
||||
def get_value(self) -> str:
|
||||
return self._value
|
||||
|
||||
|
||||
Reference in New Issue
Block a user