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
eb13361f4f413ae6e289bffffa69a3d092486ade
pynamics
/
diagnostics
/
other_functions.py
4 lines
84 B
Python
Raw
Normal View
History
Unescape
Escape
Fixed everything, final commit before 1.0.0
2026-01-22 16:25:09 -06:00
def
log
(
string
,
verbose
)
:
Upload files to "diagnostics"
2025-12-19 22:44:53 +00:00
if
(
verbose
)
:
print
(
"
[LOG (verbose)]
"
,
string
)
Copy Permalink