MangoRecipe/Source/index.ts

10 lines
166 B
TypeScript
Raw Normal View History

2022-10-19 12:21:58 +02:00
/**
* @file Index
* @description Creates an instance of Hibiki
* @license AGPL-3.0-or-later
*/
import { MangoRecipe } from "./classes/Main";
2022-10-19 13:07:30 +02:00
new MangoRecipe();