#!/usr/bin/env python3

"""
DataFed CLI
"""

import datafed.CommandLib

datafed.CommandLib._run()
