chore: change applicationId/package to solutions.tretter.mindmachine

This commit is contained in:
Tretzi
2026-04-10 16:14:31 -05:00
parent b291c378f6
commit 931077c7aa
45 changed files with 122 additions and 122 deletions

View File

@@ -1,4 +1,4 @@
package com.mindmachine.mvp.domain
package solutions.tretter.mindmachine.domain
enum class VisualPattern { FLASH, PULSE }
enum class SessionMode { AUDIO_VISUAL, AUDIO_ONLY, VISUAL_ONLY }