#!/usr/bin/env python3
from pyouroboros.ouroboros import main
# stub to allow cli call
if __name__ == "__main__":
    main()
