#!python

from obliquestrategies import get_strategy

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