ICON Community Interface 0.4.0
Loading...
Searching...
No Matches
test_print.py
Go to the documentation of this file.
1import comin
2
3comin.print_debug("This is a debug message!")
4comin.print_info("This is a info message!")
5comin.print_warning("This is a warning!")