Following this anwer, how do you do when your application folder start with a decimal (for instance : 00_build, 01_run, 02_parseResult)?
I get the following error:
From 01_run.foo import bar
SyntaxError: invalid decimal literal
I tried this
From '01_run'.foo import bar
SyntaxError: SyntaxError: invalid syntax