Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 452 Bytes

File metadata and controls

5 lines (4 loc) · 452 Bytes

Enapter Python SDK Instructions

  • Project Information: Refer to README.md for details about the project.
  • Execution Commands: Refer to Makefile for all commands required to build, test, and lint the project. Always use the provided commands instead of running underlying tools directly.
  • Development Process: This project follows Test-Driven Development (TDD). Always write or update tests before or alongside implementation code.