This is a submodule for Geek car, You can write you owner playgroud codes, and test in the Geek car.
Please clone this reposity firstly, and then update the exercises codes, then deploy AND test on the Geek Car.
Clone and Build Geek Car firstly.
git clone [email protected]:for-geeks/geek-car.git
git submodule init
git submodule update
Enjoy in the GEEK PLAYGROUND.
Import only what you need in each file. And split them into sections in order:
import standard_packages
import third_party_packages
import geek_car_packages
import exercises_packages