#!/usr/bin/env python
# -*- coding: utf-8 -*-

"""
Oroboros main script.

"""

import oroboros.cli.main

# End.
