From 048e90eedd172f4f31487b965fc5e4536cdd4c4a Mon Sep 17 00:00:00 2001 From: Dnomd343 Date: Tue, 3 Jan 2023 13:35:39 +0800 Subject: [PATCH] feat: encoder test function --- encoder_test.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 encoder_test.py diff --git a/encoder_test.py b/encoder_test.py new file mode 100755 index 0000000..336e80f --- /dev/null +++ b/encoder_test.py @@ -0,0 +1,4 @@ +#!/usr/bin/env python3 +# -*- coding: utf-8 -*- + +print('encoder test')