#!/usr/bin/env python3

from obliquestrategies import get_strategy

if __name__ == "__main__":
    print(get_strategy())
