1
0
mirror of https://github.com/DanilaFe/abacus synced 2024-06-28 21:56:23 -07:00
Abacus/src/main/java/org/nwapw/abacus/config/Configuration.java

15 lines
247 B
Java
Raw Normal View History

2017-07-28 20:03:50 -07:00
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;
}