from __future__ import annotations def main(): print('🐱') if __name__ == '__main__': main()