12 lines
326 B
Python
12 lines
326 B
Python
# -*- coding: utf-8 -*-#
|
|
# -------------------------------------------------------------------------------
|
|
# Name: __init__.py.py
|
|
# Description:
|
|
# Author: xaoyaoo
|
|
# Date: 2023/10/15
|
|
# -------------------------------------------------------------------------------
|
|
|
|
|
|
if __name__ == '__main__':
|
|
pass
|