This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Original code in Python Copyright Miklos Vajna ([email protected]) 2022. | |
// Translated to JavaScript by Anton Davydov ([email protected]). | |
// This file is licensed under the Mozilla Public License, v. 2.0. | |
// License text available at https://mozilla.org/MPL/2.0/ | |
class Config { | |
constructor() { | |
this.input = "" | |
this.rootfamily = "F4" | |
this.familydepth = 4 |