You need to sign in or sign up before continuing.
Modernize generator.py scripts
- use f-strings
- use
subprocessandshutilinstead ofos.system - use
enumerateinstead ofrange(len) - remove unused functions
- deduplicate code
Edited by Arkadiy Illarionov