mirror of
https://github.com/dokku/dokku.git
synced 2026-02-24 20:19:52 +01:00
6 lines
79 B
Python
6 lines
79 B
Python
|
|
def main(args):
|
||
|
|
print(args)
|
||
|
|
|
||
|
|
if __name__ == '__main__':
|
||
|
|
main(sys.argv)
|