
Vagrant.configure("2") do |config|
  config.vm.box = "python-vagrant-base"
end
