6 lines
82 B
Python
6 lines
82 B
Python
from __future__ import annotations
|
|
|
|
|
|
if __name__ == '__main__':
|
|
print('🐱')
|