Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 432 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 432 Bytes

wbsbuild_py

A simple Python module to automate build steps on multiple platforms.

Install wbsbuild

Download the project and copy the folder wbsbuild into the Lib folder of your python installation.

Using wbsbuild

To use wbsbuild the module has to be importet at the beginning.

#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#-----------------------------------------------------------

from wbsbuild import *