20 lines
467 B
Python
20 lines
467 B
Python
# terrascript/provider/Mongey/hellosign.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:18:22 UTC)
|
|
|
|
import terrascript
|
|
|
|
|
|
class hellosign(terrascript.Provider):
|
|
""""""
|
|
|
|
__description__ = ""
|
|
__namespace__ = "Mongey"
|
|
__name__ = "hellosign"
|
|
__source__ = "https://github.com/Mongey/terraform-provider-hellosign"
|
|
__version__ = "0.0.2"
|
|
__published__ = "2021-02-08T22:16:56Z"
|
|
__tier__ = "community"
|
|
|
|
|
|
__all__ = ["hellosign"]
|