зеркало из
https://github.com/iharh/notes.git
synced 2025-10-30 13:16:07 +02:00
3 строки
145 B
Plaintext
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')`
|