DearPyGui
DearPyGui copied to clipboard
Shorter import statement proposal
The "official" way to import DearPyGui is:
import dearpygui.dearpygui as dpg
This could be changed to:
import dearpygui as dpg
if the following is added to __init__.py:
from .dearpygui import *