10 lines
85 B
Python
10 lines
85 B
Python
__version__ = '0.1.0'
|
|
|
|
|
|
def main():
|
|
pass
|
|
|
|
|
|
if __name__ == '__main__':
|
|
main()
|