package Printer::Device::PerProcess;

use strict;
use warnings FATAL => 'all';
use base 'Apache::Singleton::Process';

1;
