inital commit

This commit is contained in:
Emanuel Don (GB) 2024-12-30 15:01:17 +00:00
commit 8741fe0e2b
3 changed files with 4 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
venv

0
requirements.txt Normal file
View File

3
script.py Normal file
View File

@ -0,0 +1,3 @@
import os
print(os.getcwd())