mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 21:43:09 +00:00
7 lines
142 B
Python
7 lines
142 B
Python
import sys
|
|
from allmydata.gui.confwiz import main
|
|
|
|
if __name__ == '__main__':
|
|
# main(sys.argv, open_welcome_page=False)
|
|
main(sys.argv)
|