hoffstadt / hoffstadt/DearPyGui
Shorter import statement proposal
Open
state: pending
type: improvement
- Dominant language
- C++
- Stars
- 15.6k
- Forks
- 783
- PR merge metrics
- No merged PRs in 30d
Description
The "official" way to import DearPyGui is:
```python
import dearpygui.dearpygui as dpg
```
This could be changed to:
```python
import dearpygui as dpg
```
if the following is added to `__init__.py`:
```python
from .dearpygui import *
```
Contributor guide
Assessment
This issue has not been assessed yet.