Finished Generator
Finished the version of Python. Rearrange DotUML
This commit is contained in:
7
Generateur/erase.py
Normal file
7
Generateur/erase.py
Normal 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)
|
||||
Reference in New Issue
Block a user