lrossett / centos / centpkg

Forked from centos/centpkg 3 years ago
Clone
b37d1c
#!/usr/bin/env python
b37d1c
from centpkg import cli
b37d1c
b37d1c
b37d1c
if __name__ == '__main__':
b37d1c
    cli.run()