Web Browser Template
This repository is where you will build your browser
When code is pushed to this repository
GitLab CI will automatically run
the tests for the week's homework.
For that to work, you must have a browser.py
file
that exports all of the expected functions and classes.
You don’t have to put all of your code into one file,
but all of your classes and methods should be exported from this file.
The easiest way to do that is to add from other_file import *
at the top.
Details on the testing system can be found in its repository.
Do not modify the .gitlab-ci.yml
file,
which configures GitLab CI to run the tests.