supGecko/README.md

17 lines
211 B
Markdown
Raw Normal View History

2023-07-14 20:48:11 +09:00
# supGecko
A helper library to write Gecko code
## Installation
```
pip install supGecko
```
## Usage
```python
from supGecko import Gecko
g = Gecko()
# TODO: usage of the Gecko class
print(g.dump_txt())
```