mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-24 01:31:44 +00:00
Initial 3.0 Commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package com.chameleonvision.common.configuration;
|
||||
|
||||
public class ConfigFolder {
|
||||
|
||||
/**
|
||||
* Represents a folder of config files
|
||||
* @param path path to config file
|
||||
*/
|
||||
public ConfigFolder(String path) {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user