mirror of
https://github.com/triqs/dft_tools
synced 2024-11-08 15:13:47 +01:00
7 lines
104 B
Python
7 lines
104 B
Python
|
|
||
|
from vasp_converter import VaspConverter
|
||
|
|
||
|
if __name__ == '__main__':
|
||
|
conv = VaspConverter('vasp')
|
||
|
|