#!/usr/bin/env python3
import solflatliner.main


def cli():
    solflatliner.main.main()
