blob: 609a613c082799a0656681915f6b485ab419565e [file] [log] [blame]
// Copyright 2021 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
pub mod pty;
pub use crate::pty::Pty;