mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-21 22:07:51 +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())
|