Passing configuration to the app #353
-
I want to pass user configuration when initiating an class TuiApp(App):
def __init__(self, *args, value: str, **kwargs):
self.value = value
super().__init__(*args, **kwargs) But I end up getting this error:
|
Beta Was this translation helpful? Give feedback.
Answered by
ThatXliner
Apr 2, 2022
Replies: 1 comment
-
Maybe #70 would help |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
archiif
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Maybe #70 would help