DearPyGui icon indicating copy to clipboard operation
DearPyGui copied to clipboard

Shorter import statement proposal

Open pullthebox opened this issue 1 year ago • 0 comments

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 *

pullthebox avatar Sep 01 '24 04:09 pullthebox