mirror of
https://github.com/not-kennethreitz/humble.git
synced 2026-06-05 07:06:13 +00:00
8 lines
112 B
Python
Executable File
8 lines
112 B
Python
Executable File
#!/usr/bin/env python
|
|
# -*- coding: utf-8 -*-
|
|
|
|
import humble
|
|
|
|
if __name__ == '__main__':
|
|
humble.cli.start()
|