xfstestsdb/xfstestsdb.py
Anna Schumaker c210eff9b9 xfstestsdb: Create the root xfstestsdb Command
Signed-off-by: Anna Schumaker <anna@nowheycreamery.com>
2023-02-13 12:01:46 -05:00

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()