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

10 lines
314 B
Crystal
Raw Normal View History

2023-10-25 14:01:46 +02: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 15:53:28 +02:00
require "./filesystems/gocryptfs"
2023-10-24 17:04:15 +02:00
require "./filesystems/sshfs"
require "./filesystems/httpdirfs"
require "./filesystems/abstract_filesystem"