feat: 基本架构

This commit is contained in:
Rock Chin
2022-12-07 22:27:05 +08:00
parent 4ed13bcdf2
commit 4303487d32
11 changed files with 126 additions and 5 deletions

View File

@@ -12,8 +12,8 @@ def main():
assert os.path.exists('config.py')
import config
print(config.mirai_http_api_config)
# print(config.mirai_http_api_config)
if __name__ == '__main__':
main()
main()