2024-09-24 13:07:20 +02:00
|
|
|
# Nimbus
|
|
|
|
# Copyright (c) 2024 Status Research & Development GmbH
|
2022-10-10 12:59:55 +02:00
|
|
|
# Licensed under either of
|
|
|
|
# * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
|
|
|
|
# * MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
|
|
|
|
# at your option. This file may not be copied, modified, or distributed except according to those terms.
|
|
|
|
|
2024-02-28 18:31:45 +01:00
|
|
|
{.warning[UnusedImport]: off.}
|
2022-10-10 12:59:55 +02:00
|
|
|
|
2024-09-24 13:07:20 +02:00
|
|
|
import ./test_portal_wire_encoding, ./test_portal_wire_protocol
|