mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 09:50:37 +00:00
6 lines
106 B
Python
Executable file
6 lines
106 B
Python
Executable file
#!/usr/bin/env python
|
|
|
|
|
|
if __name__ == '__main__' and __package__ is None:
|
|
from base import main
|
|
main()
|