File: Pianola/__init__.py
¶
Pianola ¶
PIANOLA_ABOUT ¶
PIANOLA_ABOUT = "\n🎹 World's finest piano roll visualizer, where elegance meets motion.\n\n\n→ See the [blue link=https://brokensrc.dev/pianola/]Website[/] for examples and more information!\n\n"
PIANOLA ¶
PIANOLA = BrokenProject(
PACKAGE=__file__,
APP_NAME="Pianola",
APP_AUTHOR="BrokenSource",
RESOURCES=PianolaResources,
ABOUT=PIANOLA_ABOUT,
)
PROJECT ¶
PROJECT = BrokenProject(
PACKAGE=__file__,
APP_NAME="Pianola",
APP_AUTHOR="BrokenSource",
RESOURCES=PianolaResources,
ABOUT=PIANOLA_ABOUT,
)