5 lines
65 B
Python
5 lines
65 B
Python
import cd
|
|
|
|
|
|
if __name__ == '__main__':
|
|
cd.install_commands()
|