misc / begin CAH work, much cleanup to do / conceptualizing so far only
This commit is contained in:
12
cah/constructors.py
Normal file
12
cah/constructors.py
Normal file
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/env python3.12
|
||||
|
||||
class CAHClient:
|
||||
def __init__(self,
|
||||
resource: str,
|
||||
platform: str,
|
||||
csid: str,
|
||||
connected_at: int):
|
||||
self.resource: str = resource
|
||||
self.platform: str = platform
|
||||
self.csid: str = csid
|
||||
self.connected_at: int = connected_at
|
||||
Reference in New Issue
Block a user