"""
ML Dataset & Code Generation Manager - Streamlit Application
This is the main entry point for the Streamlit application.
"""

# Import from main.py
from main import main

# Execute the main function
if __name__ == "__main__":
    main()