diff --git a/src/Client.php b/src/Client.php new file mode 100644 index 0000000..f05aa6e --- /dev/null +++ b/src/Client.php @@ -0,0 +1,18 @@ +tracks = new Tracks($this->http); + $this->albums = new Albums($this->http); + } +}