feat: implement basic info display for anemos

This commit is contained in:
insects 2025-03-10 22:25:45 +01:00
parent 06a12df43f
commit ce5d327ca2
34 changed files with 582 additions and 88 deletions

View file

@ -0,0 +1,5 @@
anemos_data = TomlRB.load_file("./data/anemos.toml", symbolize_keys: true)
APP_DATA = {
anemos: anemos_data
}