mirror of
https://github.com/GoodStartLabs/AI_Diplomacy.git
synced 2026-04-30 17:40:47 +00:00
4 lines
216 B
TypeScript
4 lines
216 B
TypeScript
// diplomacy/server/index.ts
|
|
// This file will be used to export symbols from the server modules.
|
|
// For now, it's empty as the corresponding __init__.py was empty.
|
|
export {}; // Ensures this is treated as a module.
|