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
540ff628368897dafe3ebaef86d86170b8917d59
pynamics
/
diagnostics
/
OtherFunctions.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