mirror of
https://github.com/gowvp/gb28181.git
synced 2026-04-22 23:17:19 +08:00
9 lines
123 B
Python
9 lines
123 B
Python
import logging
|
|
|
|
from logger import setup_logging
|
|
|
|
|
|
if __name__ == "__main__":
|
|
setup_logging()
|
|
logging.info("test")
|