11 lines
167 B
Python
11 lines
167 B
Python
print(f'[main] {__name__} hello')
|
|
|
|
|
|
def upvotes() -> list[str]:
|
|
return [
|
|
'reddit upvote1',
|
|
'reddit upvote2',
|
|
]
|
|
|
|
|
|
trigger_mypy_error: str = 123
|