mirror of
https://github.com/KevinMidboe/Node-Com-Handler.git
synced 2025-10-29 09:40:27 +00:00
12 lines
272 B
Python
Executable File
12 lines
272 B
Python
Executable File
#!/usr/bin/env python3
|
|
# -*- coding: utf-8 -*-
|
|
# @Author: KevinMidboe
|
|
# @Date: 2016-11-22 16:08:17
|
|
# @Last Modified by: KevinMidboe
|
|
# @Last Modified time: 2016-11-22 17:07:52
|
|
|
|
import uptime
|
|
|
|
if __name__ == '__main__':
|
|
uptimeClass = uptime.uptime()
|
|
print(uptimeClass) |