This website requires JavaScript.
Explore
Help
Register
Sign In
FLL_65266_LEGO_DYNAMICS
/
pynamics
Watch
1
Star
0
Fork
0
You've already forked pynamics
forked from
Arcmyx/pynamics
Code
Pull Requests
Activity
Files
5724bd9b81dc21f18fc9c3cdf2c58be0a89a407b
pynamics
/
diagnostics
/
OtherFunctions.py
5 lines
90 B
Python
Raw
Normal View
History
Unescape
Escape
Update diagnostics/OtherFunctions.py
2025-12-18 19:22:39 +00:00
verbose
=
True
def
log
(
string
)
:
if
(
verbose
)
:
print
(
"
[LOG (verbose)]
"
,
string
)
Copy Permalink