This commit is contained in:
2019-12-18 17:50:02 +08:00
parent d6bc49eafd
commit 2ccadc74c1
5 changed files with 62 additions and 75 deletions

View File

@@ -3,6 +3,8 @@ class Datapack:
if head is None:
head = {}
self.head = head
else:
self.head = head
self.method = method
self.app = app
self.version = version