79699012

Date: 2025-07-12 04:51:23
Score: 1
Natty:
Report link

You could use the sys module

Put this on top wherever you need your icons


#main.py
import sys
sys.path.append('...')
# Now the imports should work
import icons
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Charizard_knows_to_code