subiquity/subiquity/__main__.py

6 lines
99 B
Python

import sys
if __name__ == '__main__':
from subiquity.cmd.tui import main
sys.exit(main())