18 lines
314 B
Python
18 lines
314 B
Python
# terrascript/testing/d.py
|
|
# Automatically generated by tools/makecode.py ()
|
|
|
|
import warnings
|
|
|
|
warnings.warn(
|
|
"using the 'legacy layout' is deprecated", DeprecationWarning, stacklevel=2
|
|
)
|
|
import terrascript
|
|
|
|
|
|
class testing_assertions(terrascript.Data):
|
|
pass
|
|
|
|
|
|
class testing_tap(terrascript.Data):
|
|
pass
|