Add pre commit (#26)
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
[Your Sample Name] - Entry Point
|
||||
|
||||
@@ -5,6 +6,7 @@ This example demonstrates [brief description].
|
||||
"""
|
||||
import agentscope
|
||||
|
||||
|
||||
def main():
|
||||
"""Main function to run the example."""
|
||||
print(agentscope.__version__)
|
||||
|
||||
Reference in New Issue
Block a user