David_A commited on
Commit
3c0eebe
·
1 Parent(s): 393e2f8

renommer pagge accueil en app

Browse files
Files changed (2) hide show
  1. Accueil.py → app.py +0 -0
  2. components/app.py +0 -7
Accueil.py → app.py RENAMED
File without changes
components/app.py DELETED
@@ -1,7 +0,0 @@
1
- import subprocess
2
-
3
- # Define the command to execute the other script
4
- command = ['python', 'Accueil.py']
5
-
6
- # Execute the command
7
- subprocess.run(command)