mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +00:00
8 lines
92 B
Python
8 lines
92 B
Python
|
|
|
|
__version__ = '0.9'
|
|
|
|
|
|
if __name__ == '__main__':
|
|
from base import main
|
|
sys.exit(main())
|