mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-12-15 14:30:23 +00:00
6 lines
107 B
Text
6 lines
107 B
Text
|
|
#!/usr/bin/env python
|
||
|
|
|
||
|
|
if __name__ == '__main__':
|
||
|
|
from bootstrapvz.base.remote.server import main
|
||
|
|
main()
|