Added .env files for vscode editing

This commit is contained in:
Adolfo Gómez García 2021-01-22 07:16:53 +01:00
parent f933181369
commit f634d4ef1a
2 changed files with 4 additions and 0 deletions

2
client-py3/full/.env Normal file
View File

@ -0,0 +1,2 @@
PYTHONPATH=./src:${PYTHONPATH}

2
server/.env Normal file
View File

@ -0,0 +1,2 @@
PYTHONPATH=./src:${PYTHONPATH}