mirror of
https://github.com/DanilaFe/abacus
synced 2026-01-26 08:35:20 +00:00
Move the source files into a new default directory.
This commit is contained in:
14
src/main/java/org/nwapw/abacus/config/Configuration.java
Normal file
14
src/main/java/org/nwapw/abacus/config/Configuration.java
Normal file
@@ -0,0 +1,14 @@
|
||||
package org.nwapw.abacus.config;
|
||||
|
||||
/**
|
||||
* Serializable class that will be used to load TOML
|
||||
* configurations.
|
||||
*/
|
||||
public class Configuration {
|
||||
|
||||
/**
|
||||
* The type of number this calculator should use.
|
||||
*/
|
||||
public String numberType;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user