potiuk commented on PR #23052:
URL: https://github.com/apache/airflow/pull/23052#issuecomment-1108782475

   The breeze.py looks like this now :).
   
   ```
   from airflow_breeze.commands.configure_rich_click import click  # noqa
   from airflow_breeze.commands.main import main
   from airflow_breeze.utils.path_utils import 
find_airflow_sources_root_to_operate_on
   
   find_airflow_sources_root_to_operate_on()
   
   if __name__ == '__main__':
       main()
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to