#!/usr/bin/env python3

import cldrive


def main():
    cldrive.clinfo()


if __name__ == "__main__":
    main()
