docs!
This commit is contained in:
parent
d487458428
commit
e05c2c30d2
@ -5,3 +5,4 @@ mail: 3695888@qq.com
|
|||||||
# import folders
|
# import folders
|
||||||
|
|
||||||
# import in this forder
|
# import in this forder
|
||||||
|
from libs.Game_threads import calculations
|
17
libs/Game_threads/calculations.py
Normal file
17
libs/Game_threads/calculations.py
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
"""
|
||||||
|
writen by shenjackyuanjie
|
||||||
|
mail: 3695888@qq.com
|
||||||
|
"""
|
||||||
|
|
||||||
|
import libs
|
||||||
|
import math
|
||||||
|
|
||||||
|
|
||||||
|
def P_C(A, type, B):
|
||||||
|
"""
|
||||||
|
formats:
|
||||||
|
type : "*" or "//"(or "/" "\" "\\")
|
||||||
|
A & B list format:docs.basic_config.json:basic_number
|
||||||
|
"""
|
||||||
|
C = [0.0, 1, [], []]
|
||||||
|
return C
|
Loading…
Reference in New Issue
Block a user