From f9ea03470e3a0bbe67ccb0a531dcf0e39aec1e90 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Mon, 30 Mar 2020 14:08:41 +0300 Subject: Move scripts/rcc to top level - add rcc generator for use when importing as subproject --- rcc_format/__init__.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 rcc_format/__init__.py (limited to 'rcc_format/__init__.py') diff --git a/rcc_format/__init__.py b/rcc_format/__init__.py new file mode 100644 index 0000000..133bcc1 --- /dev/null +++ b/rcc_format/__init__.py @@ -0,0 +1,2 @@ +from rcc_format.util import * +from rcc_format.zstd import zstd -- cgit v1.2.1