Creating a settings class
- create a module called settings to contain a class called Settings
- Create a new file settings.py in your folder

- to make an instance of Settings in project and use it to access our settings, we need to modify alien_invasion.py



- no changes when running alien_invasion.py again because we moved all the settings