|
# terrascript/data/yaegashi/msgraph.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:21:54 UTC)
|
|
import terrascript
|
|
|
|
|
|
class msgraph_group(terrascript.Data):
|
|
pass
|
|
|
|
|
|
class msgraph_user(terrascript.Data):
|
|
pass
|
|
|
|
|
|
__all__ = [
|
|
"msgraph_group",
|
|
"msgraph_user",
|
|
]
|