1
0
Fork 0
forked from glenux/mfm
mfm-demo/src/filesystems.cr

10 lines
305 B
Crystal
Raw Normal View History

2023-10-25 12:01:46 +00:00
# SPDX-License-Identifier: GPL-3.0-or-later
#
# SPDX-FileCopyrightText: 2023 Glenn Y. Rolland <glenux@glenux.net>
# Copyright © 2023 Glenn Y. Rolland <glenux@glenux.net>
2023-10-24 13:53:28 +00:00
require "./filesystems/gocryptfs"
2023-10-24 15:04:15 +00:00
require "./filesystems/sshfs"
require "./filesystems/httpdirfs"
2023-10-24 13:53:28 +00:00
require "./filesystems/filesystem"