14
source/main/__init__.py
Normal file
14
source/main/__init__.py
Normal file
@@ -0,0 +1,14 @@
|
||||
'''
|
||||
Created on Feb 15, 2017
|
||||
|
||||
@author: tkl
|
||||
'''
|
||||
import sys
|
||||
|
||||
def main():
|
||||
''' Entry point for the mqtt data logger.
|
||||
'''
|
||||
pass
|
||||
|
||||
if __name__ == '__main__':
|
||||
sys.exit(main())
|
Reference in New Issue
Block a user