python-terrascript/terrascript/systemd/__init__.py

15 lines
267 B
Python

# terrascript/systemd/__init__.py
# Automatically generated by tools/makecode.py ()
import warnings
warnings.warn(
"using the 'legacy layout' is deprecated", DeprecationWarning, stacklevel=2
)
import terrascript
class systemd(terrascript.Provider):
pass