1
2
3
4
5
6
7
8
9
10
// Copyright (c) 2022 Patrick Amrein <amrein@ubique.ch>
// 
// This software is released under the MIT License.
// https://opensource.org/licenses/MIT

pub mod modules;
pub mod git;
pub mod models;
pub mod prompts;
pub mod template;