Python multiproject
Created by
UMARismyname
Make your repl always run the file you last edited! Alternative to manually changing the entrypoint in the .replit
file each time you change. This template also acts as an IPython template for Python 3.10
By default, all py files are watched. Want to change that? In .replit
, replace .+\.py
with the ERE of the files you want to be auto-set as the entrypoint.
*[ERE]: extended regular expression
