├── main.py └── README.md /main.py: -------------------------------------------------------------------------------- 1 | print("hello replit") 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # GitHub Import e2e Test Repo 2 | 3 | This repo is used by the GitHub Import e2e test in the web server repository. 4 | --------------------------------------------------------------------------------