You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
244 B
Plaintext

2 years ago
App(
appid="caesar_cipher",
name="Caesar Cipher",
apptype=FlipperAppType.PLUGIN,
entry_point="caesar_cipher_app",
cdefines=["APP_CAESAR_CIPHER"],
requires=[
"gui",
],
stack_size=2 * 1024,
order=20,
)