/
opt
/
imh-python
/
lib
/
python3.9
/
site-packages
/
celery
/
utils
/
static
/
/opt/imh-python/lib/python3.9/site-packages/celery/utils/static
mkdir
upload
Name
Size
Mode
Actions
__pycache__/
-
0755
rm
celery_128.png
2556
0644
edit
dl
rm
__init__.py
299
0644
edit
dl
rm
Edit:
/opt/imh-python/lib/python3.9/site-packages/celery/utils/static/__init__.py
(299B)
"""Static files.""" import os def get_file(*args): # type: (*str) -> str """Get filename for static file.""" return os.path.join(os.path.abspath(os.path.dirname(__file__)), *args) def logo(): # type: () -> bytes """Celery logo image.""" return get_file('celery_128.png')
Save
cmd:
run