2020-03-18 01:51:30 -04:00
|
|
|
package com.chameleonvision.common.configuration;
|
|
|
|
|
|
|
|
|
|
public class ConfigFolder {
|
|
|
|
|
|
2020-03-28 18:38:50 -07:00
|
|
|
/**
|
|
|
|
|
* Represents a folder of config files
|
|
|
|
|
*
|
|
|
|
|
* @param path path to config file
|
|
|
|
|
*/
|
|
|
|
|
public ConfigFolder(String path) {}
|
2020-03-18 01:51:30 -04:00
|
|
|
}
|