bootstrap-vz/bootstrap-vz-server
2015-04-16 22:15:19 +02:00

5 lines
102 B
Python
Executable file

#!/usr/bin/env python
if __name__ == '__main__':
from bootstrapvz.remote.server import main
main()