fix: add .replt config file (#1)

This commit is contained in:
Randell Dawson
2020-09-29 14:34:14 -07:00
committed by GitHub
parent bdf48ab06b
commit 89ccf8cf3c
+2
View File
@@ -0,0 +1,2 @@
language = "python3"
run = "python main.py"