mirror of
https://github.com/usatiuk/dhfs.git
synced 2025-10-29 04:57:48 +01:00
10 lines
154 B
Java
10 lines
154 B
Java
package com.usatiuk.dhfs.supportlib;
|
|
|
|
import java.nio.file.Path;
|
|
|
|
class DhfsNativeLibFinder {
|
|
static Path getLibPath() {
|
|
return null;
|
|
}
|
|
}
|