mirror of
https://github.com/AlistGo/alist.git
synced 2025-04-21 12:08:47 +08:00
7 lines
128 B
Go
7 lines
128 B
Go
package drivers
|
|
|
|
import (
|
|
_ "github.com/alist-org/alist/v3/drivers/local"
|
|
_ "github.com/alist-org/alist/v3/drivers/virtual"
|
|
)
|