Finished Generator

Finished the version of Python. Rearrange DotUML
This commit is contained in:
2024-03-24 00:05:18 +01:00
parent 248d62af4c
commit a62d5580d2
8 changed files with 341 additions and 148 deletions

7
Generateur/erase.py Normal file
View File

@@ -0,0 +1,7 @@
import glob
import os
path='class'
os.chdir(os.getcwd()+'/'+path)
for filename in glob.glob('*.java'):
os.remove(filename)