AI_Diplomacy/diplomacy/server/index.ts

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.