# aclib.dm **Repository Path**: anschaser/aclib.dm ## Basic Information - **Project Name**: aclib.dm - **Description**: use dm plugin with python - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-09-12 - **Last Updated**: 2023-09-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Installation Please work with 32-bit python. ``` pip installl aclib.dm ``` # Usage ```python from aclib.dm import DM DM.regDM() dm = DM() print(dm.Ver()) ```