supGecko/README.md
2023-07-14 20:48:11 +09:00

211 B

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())