diff options
Diffstat (limited to 'src/hrc/rule/BaseRule/__init__.py')
| -rw-r--r-- | src/hrc/rule/BaseRule/__init__.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/hrc/rule/BaseRule/__init__.py b/src/hrc/rule/BaseRule/__init__.py new file mode 100644 index 0000000..fdde86c --- /dev/null +++ b/src/hrc/rule/BaseRule/__init__.py @@ -0,0 +1,3 @@ +from . import CharacterCard # noqa: F401 +from . import CustomRule # noqa: F401 +from . import Wiki # noqa: F401 |
