derm-ai / app /__init__.py
muhammadnoman76's picture
update
75e2b6c
raw
history blame contribute delete
71 Bytes
# app/__init__.py
from app.main import app
__all__ = [
"app",
]