#!/usr/bin/env python3
from pyplanet.core import management

if __name__ == '__main__':
	management.execute_from_command_line()
