mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-28 02:11:40 +00:00
12 lines
205 B
Java
12 lines
205 B
Java
package com.chameleonvision.common.configuration;
|
|
|
|
public class ConfigFolder {
|
|
|
|
/**
|
|
* Represents a folder of config files
|
|
*
|
|
* @param path path to config file
|
|
*/
|
|
public ConfigFolder(String path) {}
|
|
}
|