bootstrap-vz/bootstrap-vz-server

6 lines
108 B
Text
Raw Permalink Normal View History

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