This repository has been archived on 2025-04-02. You can view files and clone it, but cannot push or open issues or pull requests.
controller-hart/User/hart/test/main.py

18 lines
241 B
Python

'''
FilePath: \hart\main.py
Author: shenghao.xu
Date: 2023-03-14 08:51:18
LastEditors: shenghao.xu
LastEditTime: 2023-05-05 10:14:50
Descripttion:
'''
import os
def main():
print('hello world')
if __name__ == '__main__':
main()