diff options
Diffstat (limited to 'src/server/cmd/commands/property/mod.rs')
| -rw-r--r-- | src/server/cmd/commands/property/mod.rs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/server/cmd/commands/property/mod.rs b/src/server/cmd/commands/property/mod.rs new file mode 100644 index 0000000..0bea58f --- /dev/null +++ b/src/server/cmd/commands/property/mod.rs @@ -0,0 +1,5 @@ +// Copyleft 2021-2021 Whirlsplash +// SPDX-License-Identifier: GPL-3.0-only + +pub mod create; +pub mod parse; |