5 lines
82 B
Python
5 lines
82 B
Python
|
|
from tools.command_builder.app import main
|
||
|
|
|
||
|
|
if __name__ == "__main__":
|
||
|
|
main()
|