#!/usr/bin/env python3 from fftcg.opus import Opus def main(): opus = Opus(14) print(opus) if __name__ == '__main__': main()