18 lines
312 B
Python
18 lines
312 B
Python
# terrascript/resource/camptocamp/jwt.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:19:50 UTC)
|
|
import terrascript
|
|
|
|
|
|
class jwt_hashed_token(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class jwt_signed_token(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
__all__ = [
|
|
"jwt_hashed_token",
|
|
"jwt_signed_token",
|
|
]
|