| Total Complexity | 0 |
| Total Lines | 8 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | # Copyright Pincer 2021-Present |
||
|
|
|||
| 2 | # Full MIT License can be found in `LICENSE` at the project root. |
||
| 3 | |||
| 4 | from .region import VoiceRegion |
||
| 5 | |||
| 6 | __all__ = ( |
||
| 7 | "VoiceRegion" |
||
| 8 | ) |
||
| 9 |