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())
A helper library to write Gecko code
pip install supGecko==0.1.0a4
A helper library to write Gecko code
pip install supGecko
from supGecko import Gecko
g = Gecko()
# TODO: usage of the Gecko class
print(g.dump_txt())