# frozen_string_literal: true module Packages module Pypi def self.table_name_prefix 'packages_pypi_' end end end