// v0 - Unaudited: This is an initial version that has not yet been formally audited. // A fully audited version will be published as a subsequent release. // Use in production at your own risk. // // Package pausable provides a mechanism to programmatically pause and unpause // functionality, allowing an owner to restrict operations when the contract // is in a paused state. package pausable