xfstestsdb/xfstestsdb.py

7 lines
147 B
Python
Executable File

#!/usr/bin/python
# Copyright 2023 (c) Anna Schumaker.
"""The entrypoint for the xfstestsdb tool."""
import xfstestsdb
xfstestsdb.Command().run()