18 lines
302 B
Python
18 lines
302 B
Python
# terrascript/data/apparentlymart/testing.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:28:33 UTC)
|
|
import terrascript
|
|
|
|
|
|
class testing_assertions(terrascript.Data):
|
|
pass
|
|
|
|
|
|
class testing_tap(terrascript.Data):
|
|
pass
|
|
|
|
|
|
__all__ = [
|
|
"testing_assertions",
|
|
"testing_tap",
|
|
]
|