mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-15 17:30:01 +00:00
7 lines
101 B
Python
7 lines
101 B
Python
|
import sys
|
||
|
|
||
|
from allmydata.scripts.runner import run
|
||
|
|
||
|
if __name__ == "__main__":
|
||
|
sys.exit(run())
|