import SGFParser from './SGFParser'; import SGFSyntaxError from './SGFSyntaxError'; export default SGFParser; export { SGFSyntaxError };