This website requires JavaScript.
Explore
Help
Register
Sign In
Arcmyx
/
pynamics
Watch
2
Star
1
Fork
1
You've already forked pynamics
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
1
Wiki
Activity
Files
666247b33ff8dda774cfd6ed3bca5eab0baabf8b
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
)
Reference in New Issue
Copy Permalink