Start user-engine implementation scaffold
This commit is contained in:
parent
e618b4e286
commit
58d9de26d3
14 changed files with 763 additions and 7 deletions
5
src/user_engine/__init__.py
Normal file
5
src/user_engine/__init__.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
"""Headless user-domain and profile engine."""
|
||||
|
||||
__all__ = ["__version__"]
|
||||
|
||||
__version__ = "0.0.0"
|
||||
Loading…
Add table
Add a link
Reference in a new issue