diff --git a/src/lib.rs b/src/lib.rs new file mode 100644 index 0000000..e3b388e --- /dev/null +++ b/src/lib.rs @@ -0,0 +1,8 @@ +/* + SPDX-License-Identifier: AGPL-3.0-or-later + Copyright (C) 2025 Erick Ahmed +*/ + +pub mod wrappers { + pub mod point; +}