sica-fondt/config/bot_config.adb
Claude 9dadbb9d9a
Fix: Move mafiabot files from subdirectory to repository root
Reorganize mafiabot source files from nested mafiabot_core/ subdirectory
to root-level structure to match the original file layout. This includes:
- src/: Core Ada source files (engine, daemons, network, payloads)
- config/: Bot configuration modules
- tests/: Test suites

The incorrect subdirectory structure has been removed and replaced with
the proper root-level organization.
2026-05-30 23:33:51 +00:00

5 lines
69 B
Ada

pragma SPARK_Mode (Off);
package body Bot_Config is
end Bot_Config;