テストサイトベタ書きを修正

This commit is contained in:
CyberRex
2025-08-28 10:49:03 +09:00
parent 83847e1413
commit 77230e78c0
3 changed files with 18 additions and 14 deletions

4
classes.py Normal file
View File

@@ -0,0 +1,4 @@
class CFSite:
def __init__(self, url, plan = None):
self.url = url
self.plan = plan