Adding base logic for config handling. Adding example config to root
This commit is contained in:
7
src/schema.py
Normal file
7
src/schema.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from pydantic import BaseModel
|
||||
|
||||
|
||||
class ConfigSchema(BaseModel):
|
||||
hostname: str
|
||||
username: str
|
||||
password: str
|
||||
Reference in New Issue
Block a user