1
2
3
4
5
6
7
8
9
// Copyright (c) 2020 Tianyi Shi
//
// This software is released under the MIT License.
// https://opensource.org/licenses/MIT

pub mod seqres;
pub use seqres::SeqResParser;
pub mod modres;
pub use modres::ModresParser;