add project template
This commit is contained in:
14
sample_template/main.py
Normal file
14
sample_template/main.py
Normal file
@@ -0,0 +1,14 @@
|
||||
"""
|
||||
[Your Sample Name] - Entry Point
|
||||
|
||||
This example demonstrates [brief description].
|
||||
"""
|
||||
import agentscope
|
||||
|
||||
def main():
|
||||
"""Main function to run the example."""
|
||||
print(agentscope.__version__)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
Reference in New Issue
Block a user