notes/pl/py/import.txt
Ihar Hancharenka 5dff80e88e first
2023-03-27 16:52:17 +03:00

3 строки
145 B
Plaintext

Hyphens break Python's import system (interpreted as operators).
This can be remediated through the standard trick `tmp = __import__('foo-bar')`