На Лихоборах бабка на досмотре так неловко сделала выпад в мою сторону с металлоиспателем, что я внезапно для себя почувствовал острое желание парировать его зонтиком.
Congratulations to @JoeBiden and @KamalaHarris on the victory and to the Americans on defining the new leadership in a free and fair election. This is a privilege which is not available to all countries. Looking forward to the new level of cooperation between Russia and the US.
Кстати, кто-нибудь проверял очередной расчленённый питерский труп на коронавирус? А то у меня такое ощущение, что сейчас Беглов готов на всё лишь бы хоть как-то улучшиить статистику по коронавирусным трупам.
Когда понимаешь что следущие 8 часов пройдут охуенно
```python
try: import defusedxml.cElementTree as ET
except ImportError:
try: import xml.etree.cElementTree as ET
except ImportError:
try: import cElementTree as ET
except ImportError:
try: import lxml.etree as ET
except ImportError:
try: import xml.etree.ElementTree as ET
except ImportError:
try: import elementtree.ElementTree as ET
except ImportError:
raise Exception("Failed to import an ElementTree implementation")
```