22 lines
389 B
Python
22 lines
389 B
Python
# terrascript/outlook/r.py
|
|
# Automatically generated by tools/makecode.py ()
|
|
|
|
import warnings
|
|
|
|
warnings.warn(
|
|
"using the 'legacy layout' is deprecated", DeprecationWarning, stacklevel=2
|
|
)
|
|
import terrascript
|
|
|
|
|
|
class outlook_category(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class outlook_mail_folder(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class outlook_message_rule(terrascript.Resource):
|
|
pass
|