From 5c4008d0703afd2b607a999f6bf45bcc0ce6d9a1 Mon Sep 17 00:00:00 2001 From: Jinzhe Zeng Date: Thu, 26 May 2022 08:22:08 -0400 Subject: [PATCH] add empty __init__.py file to subpackages (#295) otherwise they are not listed in the doc --- dpdata/abacus/__init__.py | 0 dpdata/xyz/__init__.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 dpdata/abacus/__init__.py create mode 100644 dpdata/xyz/__init__.py diff --git a/dpdata/abacus/__init__.py b/dpdata/abacus/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/dpdata/xyz/__init__.py b/dpdata/xyz/__init__.py new file mode 100644 index 00000000..e69de29b