mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-04-04 01:43:43 -07:00
Generation on Python 3.12 would print SyntaxWarnings due to invalid '\d' escape sequences added in #3832. Use raw strings to avoid `\` being used to escape characters.