Stub project

This commit is contained in:
2021-05-12 12:53:01 +02:00
parent 2701fa4914
commit 705981dd4b
11 changed files with 185 additions and 1 deletions

3
cfs/tests/__init__.py Normal file
View File

@@ -0,0 +1,3 @@
from .CFS_test import CFS_test
__all__ = ["CFS_test"]