18 lines
314 B
Python
18 lines
314 B
Python
# terrascript/resource/bltavares/zerotier.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:31:25 UTC)
|
|
import terrascript
|
|
|
|
|
|
class zerotier_member(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class zerotier_network(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
__all__ = [
|
|
"zerotier_member",
|
|
"zerotier_network",
|
|
]
|