supGecko

A helper library to write Gecko code


License
MIT
Install
pip install supGecko==0.1.0a5

Documentation

supGecko

A helper library to write Gecko code

Installation

pip install supGecko

Usage

from supGecko import Gecko

g = Gecko()
# TODO: usage of the Gecko class
print(g.dump_txt())