\ProvidesPackage{imports}
% ---------------------------------------------------------------------

\RequirePackage{amssymb} % "bold" math letters (e.g. set of integers ℤ)
\RequirePackage{amsmath} % advanced math symbols

\RequirePackage{listings} % code snippet styling block

\RequirePackage{tikz} % graphic drawing / generation
\usetikzlibrary{arrows,automata}
\usetikzlibrary{trees}

\RequirePackage{graphicx} % include images
\graphicspath{{./graphics/}}

\RequirePackage[english]{babel} % -- English compilation rules