#!/usr/bin/env python3 """ Development script to run the CRM API server """ from crm_api.main import main if __name__ == "__main__": main()