Initial upload: ConfDoc v0.1.0 - Config validation and documentation generator
This commit is contained in:
5
src/confdoc/profiles/__init__.py
Normal file
5
src/confdoc/profiles/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from confdoc.profiles.manager import ProfileManager
|
||||
|
||||
__all__ = [
|
||||
"ProfileManager",
|
||||
]
|
||||
Reference in New Issue
Block a user