6 lines
85 B
Python
6 lines
85 B
Python
"""X (Twitter) task package."""
|
|
|
|
from bench_env.task.x.app import X
|
|
|
|
__all__ = ["X"]
|