mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +00:00
6 lines
100 B
Text
6 lines
100 B
Text
![]() |
#!/usr/bin/env python
|
||
|
|
||
|
if __name__ == '__main__':
|
||
|
from bootstrapvz.base.remote import main
|
||
|
main()
|